mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
56 lines
434 B
Plaintext
56 lines
434 B
Plaintext
# Rust
|
|
target
|
|
|
|
# Vim
|
|
|
|
**/*.vi
|
|
**/*.swp
|
|
|
|
# IntelliJ
|
|
|
|
**/.idea/
|
|
**/*.iml
|
|
|
|
# VSCode
|
|
.vscode/
|
|
/.vscode/*
|
|
!/.vscode/launch.json
|
|
*.code-workspace
|
|
|
|
# Eclipse
|
|
|
|
.project
|
|
|
|
# Veloren
|
|
*.rar
|
|
*.log
|
|
settings.ron
|
|
server_settings.ron
|
|
run.sh
|
|
maps
|
|
screenshots
|
|
todo.txt
|
|
userdata
|
|
|
|
# Export data
|
|
*.csv
|
|
|
|
# Game data
|
|
*.sqlite
|
|
*.sqlite-journal
|
|
*.sqlite-wal
|
|
*.sqlite-shm
|
|
|
|
# direnv
|
|
/.direnv
|
|
/.envrc
|
|
*.bat
|
|
|
|
# Mac
|
|
.DS_Store
|
|
|
|
# Nix
|
|
nix/result*
|
|
/result*
|
|
/shell.nix
|