mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-05-30 16:59:32 +00:00
Update .gitignore
This commit is contained in:
16
.gitignore
vendored
16
.gitignore
vendored
@@ -1,14 +1,15 @@
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Config files
|
||||
Drone/config/client.ini
|
||||
Server/config/server.ini
|
||||
|
||||
# IDE
|
||||
.mypy_cache/
|
||||
.vscode/settings.json
|
||||
@@ -18,6 +19,8 @@ __pycache__/
|
||||
# Development
|
||||
images/
|
||||
show-env/
|
||||
builder/clever-config
|
||||
|
||||
Server/tests.py
|
||||
Server/convert_ui.sh
|
||||
Server/config/server.ini
|
||||
@@ -32,10 +35,3 @@ Drone/client_logs
|
||||
Drone/config/client.ini
|
||||
Drone/_copter_client_old_\.py
|
||||
Drone/test_cl\.py
|
||||
|
||||
images/
|
||||
.vscode/
|
||||
\.idea/
|
||||
builder/clever-config
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user