Voeg item_label en item_label_plural toe aan questionnaires (migratie), beheerformulier en dynamische teksten in UI en API-fouten. Standaard blijft Activiteit/Activiteiten. Negeer tsbuildinfo en geëmitteerde vite.config.js/.d.ts in .gitignore. Co-authored-by: Cursor <cursoragent@cursor.com>
13 lines
159 B
Plaintext
13 lines
159 B
Plaintext
node_modules/
|
|
dist/
|
|
|
|
# tsc -b (project references) + emitted vite config
|
|
*.tsbuildinfo
|
|
vite.config.js
|
|
vite.config.d.ts
|
|
data/
|
|
*.db
|
|
.env
|
|
.DS_Store
|
|
npm-debug.log
|