mirror of
https://github.com/SlimeVR/SlimeVR-Server.git
synced 2026-04-06 02:01:58 +02:00
34 lines
367 B
Plaintext
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
|