add gitignore, chmod +x

This commit is contained in:
Cyberes 2023-06-13 10:34:42 -06:00
parent 77c3d3f1a4
commit 8a85838433
Signed by: cyberes
GPG Key ID: 6B4A33836A9500FE
2 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,3 +1,5 @@
config.sh
# ---> Python # ---> Python
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/
@ -159,4 +161,3 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear # and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder. # option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/ #.idea/

0
bridge-install.sh Normal file → Executable file
View File