Files
SlimeVR-Server/.gitignore
2022-11-25 08:35:00 +03:00

34 lines
367 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/
# Rust build artifacts
/target