forked from flybywiresim/aircraft
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
49 lines (49 loc) · 1.1 KB
/
.gitignore
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
*
!*/
!/.vscode/**
!/.github/**
!/.husky/**
!/flybywire-aircraft-a320-neo/**
/flybywire-aircraft-a320-neo/layout.json
/flybywire-aircraft-a320-neo/manifest.json
/flybywire-aircraft-a320-neo/build_info.json
/flybywire-aircraft-a320-neo/html_ui/Pages/VCockpit/Instruments/A32NX
/flybywire-aircraft-a320-neo/ModelBehaviorDefs/A32NX/generated
!/docs/**
!/src/**
!/scripts/**
!/typings/**
!.gitignore
!CODEOWNERS
!package.json
!.editorconfig
!.eslintrc
!jsconfig.json
!.gitattributes
!.prettierrc.json
!.prettierignore
!.npmrc
!manifest-base.json
!Cargo.lock
!Cargo.toml
!/.cargo/config.toml
.DS_Store
node_modules
/src/sound/.cache
/src/instruments/devServer/bundles
/src/instruments/devServer/instruments.json
/src/instruments/src/EFB/dist
/src/autothrottle/target
/flybywire-aircraft-a320-neo/SimObjects/AirPlanes/FlyByWire_A320_NEO/model/*.gltf
/flybywire-aircraft-a320-neo/SimObjects/AirPlanes/FlyByWire_A320_NEO/model/*.bin
*.wasm
/target
/src/instruments/src/EFB/web/
/src/systems/target/
/src/systems/a320_hydraulic_simulation_graphs/*.png
!igniter.config.mjs
.igniter
/src/fdr2csv/*.exe
/src/fbw/obj/
/src/fdr2csv/build/
.env