Files
SlimeVR-Server/.gitignore
2022-11-19 23:27:04 +01:00

30 lines
334 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
# ignore gradle build folder
build/