mirror of
https://github.com/Dvorinka/facr-scraper.git
synced 2026-06-03 20:12:57 +00:00
fix upload
This commit is contained in:
@@ -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/
|
||||
Reference in New Issue
Block a user