veloren/.gitignore
holychowders 0fd20ba00e .gitignore: Ignore **/*.vim, notes.txt, notes.md, and todo.md.
These are added for completeness.
2022-05-01 14:36:02 -05:00

74 lines
659 B
Plaintext

# Rust
target
# Vim
**/.nvimrc
**/*.vi
**/*.vim
**/*.swp
**/*tags
# IntelliJ
**/.idea/
**/*.iml
# VSCode
.vscode/
/.vscode/*
!/.vscode/launch.json
*.code-workspace
# Eclipse
.project
# Veloren
*.rar
*.log
assets/tweak/
settings.ron
server_settings.ron
run.sh
maps
screenshots
notes.md
notes.txt
todo.md
todo.txt
userdata
temp
# Profiling and traces
heaptrack.*
cargo-timing*
flamegraph.*
perf.*
wgpu-trace/
# allow asset hud settings
!assets/voxygen/i18n/*/hud/settings.ron
# 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