Fresh repository history for elektrine/magpie hosted at https://git.elektrine.com/elektrine/magpie.
30 lines
308 B
Text
30 lines
308 B
Text
# Local binaries and build output
|
|
magpie
|
|
dist/
|
|
coverage.out
|
|
|
|
# Runtime data
|
|
data/
|
|
*.db
|
|
*.db-*
|
|
*.sqlite
|
|
*.sqlite-*
|
|
*.meta.json
|
|
.multipart/
|
|
|
|
# Local environment files
|
|
.env
|
|
.env.*
|
|
!.env.production.example
|
|
|
|
# Logs and temporary files
|
|
*.log
|
|
*.tmp
|
|
tmp/
|
|
|
|
# Editor and OS files
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|