mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Added previous .gitignore to root folder
Former-commit-id: 7f6c5b3bf3f866537f89865d8f3c1d3cbb692d68
This commit is contained in:
parent
71648ce4a8
commit
cd0d1abf5f
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# Rust
|
||||||
|
|
||||||
|
/target/
|
||||||
|
/Cargo.lock
|
||||||
|
/*/target/
|
||||||
|
/*/Cargo.lock
|
||||||
|
|
||||||
|
# IntelliJ
|
||||||
|
|
||||||
|
**/.idea/
|
||||||
|
**/*.iml
|
||||||
|
|
||||||
|
# VSCode
|
||||||
|
|
||||||
|
/.vscode/*
|
||||||
|
!/.vscode/launch.json
|
||||||
|
*.code-workspace
|
||||||
|
|
||||||
|
# Veloren
|
||||||
|
**/server_conf.toml
|
||||||
|
**/keybinds.toml
|
Loading…
Reference in New Issue
Block a user