chore: add standard ignore files for Node/PHP/Docker

This commit is contained in:
Ahmed Darrazi 2025-12-15 13:49:18 +01:00
parent b77dda38d0
commit f711e6b11d
5 changed files with 46 additions and 0 deletions

7
.dockerignore Normal file
View File

@ -0,0 +1,7 @@
node_modules/
vendor/
.git/
Dockerfile*
*.log*
.env*
coverage/

5
.eslintignore Normal file
View File

@ -0,0 +1,5 @@
node_modules/
dist/
build/
coverage/
*.min.js

23
.gitignore vendored Normal file
View File

@ -0,0 +1,23 @@
# Node
node_modules/
dist/
build/
# PHP / Composer
vendor/
*.log
storage/
/.env
.env*
# Common
.DS_Store
Thumbs.db
*.tmp
*.swp
.vscode/
.idea/
# Tools
coverage/
/.cache/

4
.npmignore Normal file
View File

@ -0,0 +1,4 @@
node_modules/
vendor/
.env*
*.log

7
.prettierignore Normal file
View File

@ -0,0 +1,7 @@
node_modules/
dist/
build/
coverage/
package-lock.json
yarn.lock
pnpm-lock.yaml