-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path.gitignore
More file actions
118 lines (97 loc) · 5.5 KB
/
Copy path.gitignore
File metadata and controls
118 lines (97 loc) · 5.5 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# ─── Dependencies ───────────────────────────────────────────────────
/node_modules
/.pnp
.pnp.js
# ─── Testing ────────────────────────────────────────────────────────
/coverage
cypress/screenshots/
cypress/videos/
cypress/cypress.env.json
cypress.env.json
.env.test
cypress/downloads/
# ─── Next.js ────────────────────────────────────────────────────────
/.next/
/out/
# ─── Production build ──────────────────────────────────────────────
/build
# ─── OS / editor ───────────────────────────────────────────────────
.DS_Store
*.pem
# ─── Debug logs ─────────────────────────────────────────────────────
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# ─── Environment / secrets ──────────────────────────────────────────
.env
.env*.local
# ─── Vercel ─────────────────────────────────────────────────────────
.vercel
# ─── TypeScript ─────────────────────────────────────────────────────
*.tsbuildinfo
next-env.d.ts
# ─── Database ───────────────────────────────────────────────────────
# SQLite dev/test databases (production DB lives in database/)
prisma/dev.db
prisma/dev.db-journal
prisma/dev_clean.db
prisma/dev_original.db
prisma/dev_anonymised.db
database/dev.db
# Production database directory (volume-mounted in Docker)
prisma/database/*
!prisma/database/automated-test-db-init.db
# ─── Cover images (user-uploaded, not shipped) ─────────────────────
public/coverimages/*
!public/coverimages/default.png
!public/coverimages/default.jpg
!public/coverimages/defaultBlurred.jpg
# ─── Book labels (legacy label output) ─────────────────────────────
public/labels/
# ─── Label system configs (database/custom/labels/) ────────────────
# Ship default configs only; user-created files are ignored.
# Must stay in sync with .dockerignore so the builder stage is clean.
database/custom/labels/sheets/*
!database/custom/labels/sheets/avery-l7160.json
!database/custom/labels/sheets/avery-l7163.json
!database/custom/labels/sheets/herma-4360.json
!database/custom/labels/sheets/text-only.json
!database/custom/labels/sheets/zweckform-3420.json
!database/custom/labels/sheets/zweckform-3422.json
!database/custom/labels/sheets/zweckform-3474.json
!database/custom/labels/sheets/zweckform-3475.json
!database/custom/labels/sheets/zweckform-3490.json
!database/custom/labels/sheets/zweckform-3659.json
!database/custom/labels/sheets/zweckform-3679.json
!database/custom/labels/sheets/zweckform-5052.json
database/custom/labels/templates/*
!database/custom/labels/templates/default.json
!database/custom/labels/templates/text-only.json
# ─── Antolin data ──────────────────────────────────────────────────
public/antolin/antolingesamt.csv
# ─── Backups ────────────────────────────────────────────────────────
/backups
# ─── OpenBiblio migration (legacy import tooling) ──────────────────
openbiblio_migration/*
pages/api/openbiblioimport/member.json
importscripts/openbiblio/migrationFile/member.json
importscripts/openbiblio/migrationFile/biblio.json
importscripts/openbiblio/migrationFile/biblio_status_hist.json
importscripts/openbiblio/migrationFile/biblio_field.json
importscripts/openbiblio/migrationFile/biblio_copy.json
importscripts/openbiblio/migrationFile/content/biblio
importscripts/openbiblio/migrationFile/content/biblio_copy
importscripts/openbiblio/migrationFile/content/biblio_field
importscripts/openbiblio/migrationFile/content/biblio_status_hist
importscripts/openbiblio/migrationFile/content/member
importscripts/openbiblio/coverDownloader/coverapp
importscripts/openbiblio/input/*.frm
importscripts/openbiblio/input/*.MYD
importscripts/openbiblio/input/*.MYI
importscripts/openbiblio/input/db.opt
# ─── Misc temp files ───────────────────────────────────────────────
public/~$hnung-template.docx
# ─── MkDocs build output ───────────────────────────────────────────
doc/mkdocs/site/