Files
SlimeVR-Server/.gitignore
2024-06-17 18:18:51 +02:00

44 lines
521 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
# ignore gradle build folder
build/
# Rust build artifacts
/target
# direnv has been claimed for Nix usage
.direnv/
.devenv
# Ignore Android local properties
local.properties