-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (41 loc) · 736 Bytes
/
Copy path.gitignore
File metadata and controls
50 lines (41 loc) · 736 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
# Godot
.godot/
*.import
# Local-only demo assets (keep plugin repo lean)
gojb/Assets/buildings/
gojb/Assets/buildings_schaffhausen/
gojb/Assets/cessna_172sp/
gojb/Assets/pilatus_pc-7_mk_i/
gojb/Assets/schmerlat/
gojb/Assets/pc7.tscn
gojb/Terra3DData/
# Build artifacts
*.o
*.os
*.a
*.dylib
*.so
*.dll
.sconsign.dblite
# macOS
.DS_Store
*.dSYM/
# IDE
.vscode/
*.swp
*.swo
*~
# Python virtualenvs
.venv/
# Compiled binaries (keep in bin/ for distribution)
libgojb.macos.template_debug.arm64.dylib
libgojb.macos.template_release.arm64.dylib
libgojb.linux.template_debug.x86_64.so
libgojb.linux.template_release.x86_64.so
# JSBSim build artifacts
jsbsim/build/
# Python
__pycache__/
*.pyc
# Godot UID files (auto-generated)
*.uid