Merge remote-tracking branch 'gui/main' into merge-gui-and-server

This commit is contained in:
lucas lelievre
2022-11-13 02:27:07 +01:00
430 changed files with 44297 additions and 50 deletions

34
.gitignore vendored
View File

@@ -1,33 +1,12 @@
# Ignore Gradle project-specific cache directory
.gradle
# Ignore Gradle build output directory
build
/bin/
# Ignore .idea
.idea
# Syncthing ignore file
.stignore
MagnetoLib.dll
vrconfig.yml
# Ignore .idea
.idea
# BVH
BVH Recordings
# AutoBone
Recordings
AutoBone Recordings
Load AutoBone Recordings
# Logs
*.log.*
*.log.lck
*.log
logs/
# Ignore eclipse stuff
.project
@@ -36,3 +15,12 @@ logs/
# VSCode stuff
/.vscode/settings.json
# Ignore eclipse stuff
.project
.classpath
.settings
# Node Stuff
/node_modules
.husky