init
This commit is contained in:
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
.idea/
|
||||
|
||||
# Go
|
||||
server/synctv-server
|
||||
server/synctv-server.exe
|
||||
server/bin/
|
||||
|
||||
# Local env
|
||||
.env
|
||||
|
||||
# Local toolchains and downloaded SDK archives
|
||||
.tools/
|
||||
flutter_windows_*.zip
|
||||
|
||||
# Python Windows client
|
||||
windows_py_client/.venv/
|
||||
windows_py_client/build/
|
||||
windows_py_client/dist/
|
||||
windows_py_client/*.spec
|
||||
windows_py_client/**/__pycache__/
|
||||
windows_py_client/**/*.pyc
|
||||
|
||||
# HBuilder
|
||||
hbuilder_app/unpackage/
|
||||
Reference in New Issue
Block a user