19 lines
271 B
Plaintext
19 lines
271 B
Plaintext
# Adonis default .gitignore ignores
|
|
node_modules
|
|
build
|
|
coverage
|
|
.vscode
|
|
.DS_STORE
|
|
.env
|
|
tmp
|
|
|
|
# Additional .gitignore ignores (any custom file you wish)
|
|
.idea
|
|
|
|
# Additional good to have ignores for dockerignore
|
|
Dockerfile*
|
|
docker-compose*
|
|
.dockerignore
|
|
*.md
|
|
.git
|
|
.gitignore |