You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
336 B
31 lines
336 B
# Ignore unnecessary files for Docker builds
|
|
.git
|
|
.gitignore
|
|
README.md
|
|
docker-compose.yml
|
|
run-tests.sh
|
|
Makefile
|
|
*.md
|
|
.env*
|
|
|
|
# Ignore test data and logs
|
|
data/
|
|
logs/
|
|
*.log
|
|
|
|
# Ignore temporary files
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.tmp
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Ignore IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.iml
|
|
|
|
# Ignore other Docker files
|
|
Dockerfile*
|
|
docker-compose*
|