-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
67 lines (60 loc) · 1.09 KB
/
Copy path.gitignore
File metadata and controls
67 lines (60 loc) · 1.09 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
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Project specific
#CLAUDE.md
task.md
#.claude/
# .agent/ is now included in the repository
bin/
logs/
configs/phileas.yaml
configs/phileas-*.yaml
configs/gui.yaml
data/phileas.db*
data/cities1000.txt
data/admin1CodesASCII.txt
data/Master.csv
data/etopo1/
data/rivers/
data/physical/
vendor/
pkg/sim/simconnect/lib/
pkg/geo/data/geodata.bin
pkg/geo/data/marine.geojson
pkg/geo/data/regions.geojson
pkg/poi/rivers/data/rivers.geojson
cmd/experiments/
tmp/
# Frontend
internal/ui/dist/
internal/ui/web/node_modules/
internal/ui/web/coverage/
node_modules/
.env.local
.env
# IDEs
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db
tmp/
.gitleaksignore
release/
*.syso
# MSFS EFB
msfs/efb-phileas/Packages/
msfs/efb-phileas/_PackageInt/
msfs/efb-phileas/PackagesMetadata/
msfs/efb-phileas/PackageSources/*/dist/
msfs/efb-phileas/PackageSources/*/node_modules/
msfs/efb-phileas/PackageSources/*/build_error.log
msfs/efb-phileas/*.xml.user