forked from headwindsim/aircraft
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
69 lines (68 loc) · 1.58 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
*
!*/
!/.vscode/**
!/.github/**
!/.husky/**
!/msfs-avionics-mirror/**
!/headwind-aircraft-a330-900/**
/headwind-aircraft-a330-900/layout.json
/headwind-aircraft-a330-900/manifest.json
/headwind-aircraft-a330-900/a32nx_build_info.json
/headwind-aircraft-a330-900/build_info.json
/headwind-aircraft-a330-900/html_ui/**
/headwind-aircraft-a330-900/**/*.png
/headwind-aircraft-a330-900/ModelBehaviorDefs/A339X/generated
!/docs/**
!/src-a339/**
!/scripts/**
!/typings/**
!.gitignore
!CODEOWNERS
!package.json
!package-lock.json
!.editorconfig
!.eslintrc
!jsconfig.json
!.gitattributes
!.prettierrc.json
!.prettierignore
!.npmrc
!manifest-base.json
!Cargo.lock
!Cargo.toml
!rust-toolchain.toml
!/.cargo/config.toml
!jest.config.js
!/jest/**
.DS_Store
node_modules
/src-a339/sound/.cache
/src-a339/instruments/aceBundles
/src-a339/instruments/src/EFB/dist
/src-a339/instruments/buildSrc/custom/*
/src-a339/autothrottle/target
/src-a339/project/_PackageInt
/src-a339/project/Packages
/src-a339/project/PackageSources/**
!/src-a339/project/PackageSources/**/*.png
*.wasm
/target
/src-a339/instruments/src/EFB/web/
/src-a339/systems/target/
/src-a339/systems/a320_hydraulic_simulation_graphs/*.png
/src-a339/systems/a320_pneumatic_simulation_graph_data/*.txt
!igniter.config.mjs
.igniter
/src-a339/fdr2csv/*.exe
/src-a339/fbw/obj/
/src-a339/fdr2csv/build/
/src-a339/fadec/obj/
.env
src/instruments/buildSrc/custom/*
/headwind-aircraft-a330-900/MCDU SERVER/
/src/mcdu-server/client/build
!/headwind-aircraft-a330-900/CORS SERVER/*
msfs-avionics-mirror/src/sdk/build/**
*.tgz
/src
headwind-aircraft-a330-900/a339x_build_info.json