NAM-APJATEL-BACKEND/.dockerignore

15 lines
145 B
Plaintext

# Ignore compiled binaries and temp files
*.exe
*.out
*.o
*.a
# Ignore Go build artifacts
bin/
pkg/
vendor/
# Ignore git files
.git
.gitignore