Files
SlimeVR-Server/.gitignore

27 lines
297 B
Plaintext

# Ignore Gradle project-specific cache directory
.gradle
# Syncthing ignore file
.stignore
# Ignore .idea
.idea
# Ignore eclipse stuff
.project
.classpath
.settings
# VSCode stuff
/.vscode/settings.json
# Ignore eclipse stuff
.project
.classpath
.settings
# Node Stuff
/node_modules
.husky