22 lines
No EOL
223 B
Text
22 lines
No EOL
223 B
Text
# Environment
|
|
.env
|
|
|
|
# Build artifacts (binary is distributed with the repo)
|
|
bin/*.log
|
|
bin/db.sqlite
|
|
bin/db.sqlite-wal
|
|
bin/db.sqlite-shm
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Dependencies
|
|
vendor/ |