-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (49 loc) · 909 Bytes
/
Copy path.gitignore
File metadata and controls
58 lines (49 loc) · 909 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Dependencies
node_modules/
# Output
dist/
build/
coverage/
.turbo/
# Env & runtime
.env
.env.*
!.env.example
.pg-superuser
.DS_Store
*.log
npm-debug.log*
.update-in-progress
# Local tooling
.vscode/
.idea/
tmp/
# Local scratch/test assets not tracked
MeshCommands.json
meshMessagesUpdated.json
ouibug.txt
kill-port-3000.ps1
inspect-codes.js
inspect-line.js
segment-codes.js
test-mode.js
test-parser.ts
test-prefix.js
test-regex.js
test-segment.js
test-simple-pattern.js
test-simple.js
test-start.js
test-status-part.js
test-status-regex.js
architecture-overview.svg
temp_alert.tsx
tmp_AlertsPage.tsx
# Local ADS-B credentials (never commit)
apps/backend/data/adsb/opensky-credentials.json
apps/backend/data/adsb/config.json
apps/backend/data/adsb/adsb-alert-rules.json
# Local ACARS configuration (user-modifiable at runtime)
apps/backend/data/acars/config.json
apps/backend/backups/
*.tsbuildinfo