fix upload

This commit is contained in:
Tomas Dvorak
2026-03-13 15:42:09 +01:00
parent 455bf61302
commit dc3b7e22ee
5 changed files with 292 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
# Docker ignore patterns
.git
.gitignore
README.md
Dockerfile
.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/