inboxer/.gitignore

23 lines
No EOL
197 B
Text

# Environment
.env
# Build artifacts
bin/inboxer
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/