forked from MrZer0x0/trueCORD
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
38 lines (33 loc) · 1.22 KB
/
Copy path.gitignore
File metadata and controls
38 lines (33 loc) · 1.22 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
37
38
# ── trueCORD runtime data (never commit) ──────────────────────────
# SQLite database created on first run, plus its WAL/SHM sidecars
*.db
*.db-wal
*.db-shm
*.sqlite
*.sqlite3
# User uploads and generated thumbnails. Keep the folder and its .htaccess,
# ignore everything else inside it.
uploads/*
!uploads/.htaccess
# Per-instance configuration. Copy config.example.json -> config.json and edit.
# config.json IS tracked by default as a sane starting point; if you keep a
# private production config, rename the next line's target and untrack it.
config.local.json
turn_config.json
# ── Logs / backups ────────────────────────────────────────────────
*.log
*.bak
*.tmp
*~
# ── OS / editor cruft ─────────────────────────────────────────────
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
*.swo
# ── Archives ──────────────────────────────────────────────────────
*.zip
*.tar
*.tar.gz
*.tgz