mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-08 14:43:24 +00:00
21 lines
282 B
Plaintext
21 lines
282 B
Plaintext
# Adonis default .gitignore ignores
|
|
node_modules
|
|
build
|
|
coverage
|
|
.vscode
|
|
.DS_STORE
|
|
# .env
|
|
tmp
|
|
storage
|
|
|
|
# Additional .gitignore ignores (any custom file you wish)
|
|
.idea
|
|
|
|
# Additional good to have ignores for dockerignore
|
|
Dockerfile*
|
|
docker-compose*
|
|
.dockerignore
|
|
*.md
|
|
.git
|
|
.gitignore
|