From a31dfee4a84a07c3faacc07cac9476c782748c54 Mon Sep 17 00:00:00 2001 From: Sakimori Date: Thu, 22 Apr 2021 12:45:30 -0400 Subject: [PATCH] set up ignore for data files and venv --- .gitignore | 8 +++++++- BoSLOO.pyproj | 12 ++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9491a2f..8cfabf3 100644 --- a/.gitignore +++ b/.gitignore @@ -360,4 +360,10 @@ MigrationBackup/ .ionide/ # Fody - auto-generated XML schema -FodyWeavers.xsd \ No newline at end of file +FodyWeavers.xsd + +# user files +ConfigFiles/ +env/ +GroundControlFiles/ +SatFiles/ \ No newline at end of file diff --git a/BoSLOO.pyproj b/BoSLOO.pyproj index b285e01..42b1fa4 100644 --- a/BoSLOO.pyproj +++ b/BoSLOO.pyproj @@ -11,6 +11,7 @@ . BoSLOO BoSLOO + MSBuild|BoSLOOenv|$(MSBuildProjectFullPath) true @@ -23,6 +24,17 @@ + + + BoSLOOenv + 3.8 + BoSLOOenv (Python 3.8 (32-bit)) + Scripts\python.exe + Scripts\pythonw.exe + PYTHONPATH + X86 + +