veloren/.gitignore

98 lines
1.1 KiB
Plaintext
Raw Normal View History

2024-04-11 14:46:46 +00:00
# Project-specific
## Veloren
*.log
2024-04-11 14:46:46 +00:00
*.rar
assets/tweak/
maps
notes.md
notes.txt
2024-04-11 14:46:46 +00:00
run.sh
screenshots
server_settings.ron
settings.ron
temp
todo.md
todo.txt
userdata
2024-04-11 14:46:46 +00:00
## Allow asset hud settings
2021-08-01 10:56:24 +00:00
!assets/voxygen/i18n/*/hud/settings.ron
2024-04-11 14:46:46 +00:00
## Export data
*.csv
2022-12-15 16:19:49 +00:00
img-export/**/*.png
2024-04-11 14:46:46 +00:00
## Game data stored with SQLite
*.sqlite
*.sqlite-journal
*.sqlite-shm
2024-04-11 14:46:46 +00:00
*.sqlite-wal
2024-04-11 14:46:46 +00:00
## Plugins
/assets/plugins/*
# Integrated development environments (IDEs) and text editors
## Eclipse
.project
## JetBrains
**/.idea/
**/*.iml
## Vim and Neovim
**/.nvimrc
**/*.vi
**/*.vim
**/*.swp
**/*tags
## Visual Studio Code
.vscode/
!/.vscode/launch.json
*.code-workspace
2020-01-18 13:13:25 +00:00
2024-04-11 14:46:46 +00:00
# Operating systems
## macOS
.DS_Store
2024-04-11 14:46:46 +00:00
## NixOS
nix/result*
/result*
2021-03-23 13:02:47 +00:00
/shell.nix
2023-05-15 13:44:37 +00:00
## KDE
.directory
2024-04-11 14:46:46 +00:00
# Programming and scripting languages
## Bash
2023-05-15 13:44:37 +00:00
.history
2024-04-11 14:46:46 +00:00
## Rust
target
# Shell extensions
## direnv
/.envrc
/.direnv
# Profiling and tracing tools
## Cargo build with --timings option
cargo-timing*
## FlameGraph
flamegraph.*
## heaptrack
heaptrack.*
## perf tool for Linux
perf.*
## wgpu with the "trace" feature enabled
wgpu-trace/