upd gitignore

This commit is contained in:
onyx-and-iris 2023-08-23 02:11:48 +01:00
parent 0db0511dc9
commit d9997e1091
2 changed files with 5 additions and 1 deletions

6
.gitignore vendored
View File

@ -161,7 +161,11 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
controllerClient/
# nvda files
controllerClient/*
!.gitkeep
# build files
basic.py
banana.py
potato.py

View File