mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fix gitignore and delete gitignores in subdirs
Former-commit-id: 4d57caa521c47d137e29d5b781abbdda6a2d8759
This commit is contained in:
parent
3c45d3c996
commit
f35e8d7b98
8
.gitignore
vendored
8
.gitignore
vendored
@ -15,9 +15,7 @@
|
||||
*.code-workspace
|
||||
|
||||
# Veloren
|
||||
**/server_conf.toml
|
||||
**/keybinds.toml
|
||||
**/settings.toml
|
||||
assets/voxygen
|
||||
voxygen/keybinds.toml
|
||||
settings.toml
|
||||
*.rar
|
||||
|
||||
*.log
|
||||
|
4
chat-cli/.gitignore
vendored
4
chat-cli/.gitignore
vendored
@ -1,4 +0,0 @@
|
||||
/target
|
||||
/assets
|
||||
**/*.rs.bk.rar
|
||||
Cargo.lock
|
3
client/.gitignore
vendored
3
client/.gitignore
vendored
@ -1,3 +0,0 @@
|
||||
/target
|
||||
**/*.rs.bk
|
||||
Cargo.lock
|
3
common/.gitignore
vendored
3
common/.gitignore
vendored
@ -1,3 +0,0 @@
|
||||
/target
|
||||
**/*.rs.bk
|
||||
Cargo.lock
|
3
server-cli/.gitignore
vendored
3
server-cli/.gitignore
vendored
@ -1,3 +0,0 @@
|
||||
/target
|
||||
**/*.rs.bk
|
||||
Cargo.lock
|
3
server/.gitignore
vendored
3
server/.gitignore
vendored
@ -1,3 +0,0 @@
|
||||
/target
|
||||
**/*.rs.bk
|
||||
Cargo.lock
|
5
voxygen/.gitignore
vendored
5
voxygen/.gitignore
vendored
@ -1,5 +0,0 @@
|
||||
/target
|
||||
**/*.rs.bk
|
||||
Cargo.lock
|
||||
settings.toml
|
||||
voxygen.log
|
3
world/.gitignore
vendored
3
world/.gitignore
vendored
@ -1,3 +0,0 @@
|
||||
/target
|
||||
**/*.rs.bk
|
||||
Cargo.lock
|
Loading…
Reference in New Issue
Block a user