veloren/.gitignore

23 lines
217 B
Plaintext
Raw Normal View History

# Rust
/target/
/Cargo.lock
/*/target/
/*/Cargo.lock
/voxygen/test_assets/
# IntelliJ
**/.idea/
**/*.iml
# VSCode
/.vscode/*
!/.vscode/launch.json
*.code-workspace
# Veloren
**/server_conf.toml
**/keybinds.toml