mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
48d5c70b2a
Former-commit-id: 56d6b123d6def65b3f7660eea6490277597813b0
22 lines
195 B
Plaintext
22 lines
195 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
|