Files
SlimeVR-Server/.gitignore
2023-01-27 14:01:51 +02:00

36 lines
390 B
Plaintext

# Ignore Gradle project-specific cache directory
.gradle
# Syncthing ignore file
.stignore
# Ignore .idea
.idea
# Ignore .fleet
.fleet
# 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