mirror of
https://github.com/Dvorinka/facr-scraper.git
synced 2026-06-03 20:12:57 +00:00
27 lines
262 B
Plaintext
27 lines
262 B
Plaintext
# Docker ignore patterns
|
|
.git
|
|
.gitignore
|
|
README.md
|
|
.dockerignore
|
|
.env
|
|
.venv*
|
|
*.log
|
|
tmp/
|
|
temp/
|
|
.DS_Store
|
|
# Go build artifacts
|
|
facr-scraper
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
# Test files
|
|
*_test.go
|
|
# IDE files
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
# Node modules (if any)
|
|
node_modules/
|