chore: add standard ignore files for Node/PHP/Docker
This commit is contained in:
parent
b77dda38d0
commit
f711e6b11d
7
.dockerignore
Normal file
7
.dockerignore
Normal file
@ -0,0 +1,7 @@
|
||||
node_modules/
|
||||
vendor/
|
||||
.git/
|
||||
Dockerfile*
|
||||
*.log*
|
||||
.env*
|
||||
coverage/
|
||||
5
.eslintignore
Normal file
5
.eslintignore
Normal file
@ -0,0 +1,5 @@
|
||||
node_modules/
|
||||
dist/
|
||||
build/
|
||||
coverage/
|
||||
*.min.js
|
||||
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal 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
4
.npmignore
Normal file
@ -0,0 +1,4 @@
|
||||
node_modules/
|
||||
vendor/
|
||||
.env*
|
||||
*.log
|
||||
7
.prettierignore
Normal file
7
.prettierignore
Normal file
@ -0,0 +1,7 @@
|
||||
node_modules/
|
||||
dist/
|
||||
build/
|
||||
coverage/
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
pnpm-lock.yaml
|
||||
Loading…
Reference in New Issue
Block a user