mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
* Adds the E-2C Hawkeye to the game. It wasn't being imported from pydcs, and thus wasn't in the list of AWACS aircraft or prices. Also adds it to the 1985 US Navy list, as that makes sense to do. Updates .gitignore to ignore my VS Code settings file. Addresses Khopa/dcs_liberation#709
24 lines
257 B
Plaintext
24 lines
257 B
Plaintext
*.pyc
|
|
__pycache__
|
|
build/**
|
|
resources/payloads/*.lua
|
|
venv
|
|
logs.txt
|
|
.DS_Store
|
|
.vscode/settings.json
|
|
dist/**
|
|
a.py
|
|
resources/tools/a.miz
|
|
# User-specific stuff
|
|
.idea/
|
|
|
|
/kneeboards
|
|
/liberation_preferences.json
|
|
/state.json
|
|
|
|
logs/
|
|
|
|
qt_ui/logs/liberation.log
|
|
|
|
*.psd
|