veloren/.gitignore
Louis Pearson 515039c62d Add auto generation of settings.toml if it does not already exist
Former-commit-id: 941b81a8faeff89096256666c56ae472d9b569d5
2019-04-16 10:06:23 -06:00

24 lines
208 B
Plaintext

# Rust
/target/
/*/target/
# IntelliJ
**/.idea/
**/*.iml
# VSCode
/.vscode/*
!/.vscode/launch.json
*.code-workspace
# Veloren
**/server_conf.toml
**/keybinds.toml
**/settings.toml
assets/voxygen
*.rar