mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
702e8321b1
Former-commit-id: 387bf73af19e23678a9048ab3870665c88ff47b9
23 lines
210 B
Plaintext
23 lines
210 B
Plaintext
# Rust
|
|
|
|
/target/
|
|
/Cargo.lock
|
|
/*/target/
|
|
/*/Cargo.lock
|
|
|
|
# IntelliJ
|
|
|
|
**/.idea/
|
|
**/*.iml
|
|
|
|
# VSCode
|
|
|
|
/.vscode/*
|
|
!/.vscode/launch.json
|
|
*.code-workspace
|
|
|
|
# Veloren
|
|
**/server_conf.toml
|
|
**/keybinds.toml
|
|
assets/voxygen
|