-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
39 lines (34 loc) · 739 Bytes
/
.gitignore
File metadata and controls
39 lines (34 loc) · 739 Bytes
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
# Directories
node_modules/
build/
dist/
archive/
# Workers
workers/audit-worker/src/audit-worker.ts
workers/data-worker/src/data-worker.ts
workers/image-worker/src/image-worker.ts
workers/keys-worker/src/keys.ts
workers/pdf-worker/src/pdf-worker.ts
workers/user-worker/src/user-worker.ts
# PDF Formats (Except Striae Default)
workers/pdf-worker/src/formats/*.ts
!workers/pdf-worker/src/formats/format-striae.ts
# PDF Report Assets (Proprietary/Sensitive)
workers/pdf-worker/src/assets/*
!workers/pdf-worker/src/assets/generated-assets.ts
# Logs and Miscellaneous
.vscode
.cache
.dns
.wrangler
.firebase
.firebaserc
firebase-debug.log
.react-router/
# Secrets and Configuration
*.env
*.env.backup
*.dev.vars
*.toml
*.jsonc
app/config