Add Server/convert_ui.sh script to .gitigrone

This commit is contained in:
Arthur
2019-03-12 18:08:49 +03:00
parent c307685943
commit 1153dbcc50
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@@ -104,5 +104,6 @@ venv.bak/
.mypy_cache/
.vscode/settings.json
Server/tests.py
Server/convert_ui.sh
Drone/test_animation/
Drone/animation.csv

View File

@@ -1,2 +0,0 @@
#!/usr/bin/env bash
python -m PyQt5.uic.pyuic -x server_gui.ui -o server_gui.py