first commit
This commit is contained in:
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
# Compiled binary
|
||||
cycling-bot
|
||||
|
||||
# Environment / secrets
|
||||
.env
|
||||
|
||||
# SQLite database
|
||||
*.db
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
|
||||
# Go build cache / test artifacts
|
||||
*.test
|
||||
*.out
|
||||
|
||||
# Editor / OS
|
||||
.DS_Store
|
||||
*.swp
|
||||
*.swo
|
||||
Reference in New Issue
Block a user