change to docker ignore

This commit is contained in:
Torben Haack
2024-10-10 12:20:37 +02:00
parent 0ec6c4af57
commit cdb17d63c9
3 changed files with 3 additions and 10 deletions

View File

@ -0,0 +1,27 @@
# Build and utility assets
docker/
scripts/
# Ignore node_modules as they will be installed in the container
node_modules
# Ignore build artifacts
.next
# Ignore runtime data
db/
# Ignore local configuration files
.env
.env.example
# Ignore version control files
.git
.gitignore
# Ignore IDE/editor specific files
*.log
*.tmp
*.DS_Store
.vscode/
.idea/