mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-22 20:43:35 +08:00
32 lines
336 B
Plaintext
32 lines
336 B
Plaintext
![]() |
# 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*
|