New-Thanasoft/.gitignore
2026-03-13 16:13:49 +03:00

31 lines
618 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/
node_modules/
*.env.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*