-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
60 lines (47 loc) · 1.08 KB
/
.gitignore
File metadata and controls
60 lines (47 loc) · 1.08 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Secrets / local environment
.env
.env.*
!.env.example
# Backups / recovery / import work
.backup/
.invoiceplane-db-import/
.backup/
backup-live-before-import-*.sql
backup-*.sql
# Persistent local data
# Never commit. Never treat as repo-owned structure.
mariadb/
invoiceplane_uploads/
data/
# Temp / logs / caches
*.log
tmp/
cache/
# Runtime-seeded bind-mount content (not tracked)
invoiceplane_css/**
!invoiceplane_css/.gitkeep
invoiceplane_language/**
!invoiceplane_language/.gitkeep
invoiceplane_views/**
!invoiceplane_views/.gitkeep
# ============================================================
# macOS / editor / Synology cruft
# ============================================================
.DS_Store
.vscode/
.idea/
*.swp
*.swo
*~
@eaDir
# ============================================================
# Runtime bind-mount data (shape kept, content not tracked)
# ============================================================
mariadb/**
!mariadb/.gitkeep
data/logs/**
!data/logs/.gitkeep
data/finalize/**
!data/finalize/.gitkeep
invoiceplane_uploads/**
!invoiceplane_uploads/.gitkeep