mirror of
https://github.com/SlimeVR/SlimeVR-Server.git
synced 2026-04-06 02:01:58 +02:00
49 lines
589 B
Plaintext
49 lines
589 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
|
|
/.vscode/launch.json
|
|
|
|
# Ignore eclipse stuff
|
|
.project
|
|
.classpath
|
|
.settings
|
|
|
|
# Node Stuff
|
|
/node_modules
|
|
.husky
|
|
|
|
# kotlin stuff
|
|
/.kotlin
|
|
|
|
# ignore gradle build folder
|
|
build/
|
|
|
|
# Rust build artifacts
|
|
/target
|
|
|
|
# direnv has been claimed for Nix usage
|
|
.direnv/
|
|
.devenv
|
|
|
|
# Ignore Android local properties
|
|
local.properties
|
|
|
|
# Ignore temporary config
|
|
vrconfig.yml.tmp
|