mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
515039c62d
Former-commit-id: 941b81a8faeff89096256666c56ae472d9b569d5
24 lines
208 B
Plaintext
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
|
|
|