mirror of
https://github.com/tiennm99/store-scraper-bot.git
synced 2026-08-30 22:24:52 +00:00
44 lines
325 B
Plaintext
44 lines
325 B
Plaintext
# Binaries
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
bot
|
|
|
|
# Test files
|
|
*_test.go
|
|
*.test
|
|
|
|
# Build artifacts
|
|
*.out
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Git
|
|
.git/
|
|
.gitignore
|
|
|
|
# Docker
|
|
docker-compose.yml
|
|
docker-compose.dev.yml
|
|
Dockerfile
|
|
.dockerignore
|
|
|
|
# Documentation
|
|
*.md
|
|
LICENSE
|
|
|
|
# Environment
|
|
.env
|
|
.env.*
|