mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-15 00:36:56 +08:00
chore: gitignore secrets, db, binary
This commit is contained in:
42
nofxi/.gitignore
vendored
42
nofxi/.gitignore
vendored
@@ -1,39 +1,13 @@
|
||||
# Binaries
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
# Binary
|
||||
nofxi
|
||||
|
||||
# Build
|
||||
/build/
|
||||
/dist/
|
||||
# Config (contains secrets)
|
||||
config.yaml
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Environment
|
||||
.env
|
||||
.env.local
|
||||
|
||||
# Data
|
||||
# Database
|
||||
*.db
|
||||
*.sqlite
|
||||
/data/
|
||||
/logs/
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
|
||||
# Dependencies
|
||||
/vendor/
|
||||
|
||||
# Node (web frontend)
|
||||
node_modules/
|
||||
web/dist/
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
Reference in New Issue
Block a user