mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
23 lines
287 B
Plaintext
23 lines
287 B
Plaintext
*.pyc
|
|
__pycache__
|
|
build/**
|
|
resources/payloads/*.lua
|
|
venv
|
|
logs.txt
|
|
.DS_Store
|
|
dist/**
|
|
a.py
|
|
resources/tools/a.miz
|
|
tests/**
|
|
# User-specific stuff
|
|
.idea/**/workspace.xml
|
|
.idea/**/tasks.xml
|
|
.idea/**/dictionaries
|
|
.idea/**/shelf
|
|
.idea/misc.xml
|
|
.idea/*.iml
|
|
*.iml
|
|
.idea
|
|
.idea/*.xml
|
|
.idea/**/*.xml
|