mirror of
https://github.com/SlimeVR/SlimeVR-Server.git
synced 2026-04-05 18:01:56 +02:00
Co-authored-by: Hannah Lindrob <hannahlindrob@ourlook.com> Co-authored-by: Sapphire <imsapphire0@gmail.com>
50 lines
573 B
Plaintext
50 lines
573 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/
|
|
|
|
# direnv has been claimed for Nix usage
|
|
.direnv/
|
|
.devenv
|
|
|
|
# Ignore Android local properties
|
|
local.properties
|
|
|
|
# Ignore temporary config
|
|
vrconfig.yml.tmp
|
|
|
|
|
|
# Nixos
|
|
.bin/
|