mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
ci: updated dockerfiles
This commit is contained in:
41
backend/.dockerignore
Normal file
41
backend/.dockerignore
Normal file
@@ -0,0 +1,41 @@
|
||||
# Go build artifacts
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
*.test
|
||||
*.out
|
||||
|
||||
# Go workspace file
|
||||
go.work
|
||||
|
||||
# IDE directories
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# Dependencies
|
||||
vendor/
|
||||
|
||||
# Build output
|
||||
bin/
|
||||
dist/
|
||||
|
||||
# Debug files
|
||||
debug/
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
*.env
|
||||
|
||||
# System files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Test coverage
|
||||
coverage.txt
|
||||
*.cover
|
||||
|
||||
# Temporary files
|
||||
*.tmp
|
||||
*~
|
||||
Reference in New Issue
Block a user