New-Thanasoft/.gitignore
2025-09-24 22:13:50 +03:00

29 lines
603 B
Plaintext

# === Laravel ===
/thanasoft-back/vendor/
/thanasoft-back/node_modules/
/thanasoft-back/public/storage
/thanasoft-back/storage/*.key
/thanasoft-back/storage/framework/cache/*
/thanasoft-back/storage/framework/sessions/*
/thanasoft-back/storage/framework/views/*
/thanasoft-back/storage/logs/*
/thanasoft-back/.env
# === Vue CLI (frontend) ===
/thanasoft-front/node_modules/
/thanasoft-front/dist/
# === Build Vue intégré dans Laravel ===
/thanasoft-back/public/build/
# === IDE / OS files ===
*.DS_Store
*.idea/
*.vscode/
*.env.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*