-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
36 lines (29 loc) · 1.44 KB
/
.gitignore
File metadata and controls
36 lines (29 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# ── Dependencies ──────────────────────────────────────────────
node_modules/
# ── Database (contains personal data, too large for git) ──────
db/everysong.db
db/everysong.db-shm
db/everysong.db-wal
# ── Logs ──────────────────────────────────────────────────────
logs/
*.log
npm-debug.log*
# ── Environment & secrets ─────────────────────────────────────
.env
.env.local
.env.production
# ── OS junk ───────────────────────────────────────────────────
.DS_Store
Thumbs.db
desktop.ini
# ── Editor configs ────────────────────────────────────────────
.vscode/*
!.vscode/settings.json
.idea/
*.swp
*.swo
# ── PM2 ───────────────────────────────────────────────────────
.pm2/
# ── Build / temp ──────────────────────────────────────────────
*.tar.gz
tmp/