veloren/.gitignore
Ben Wallis 712f2e9c97 * Moved migrations to beginning of server initialisation
* Added migrations for entity ID changes to existing tables
2020-09-17 23:02:14 +00:00

52 lines
395 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
# Export data
*.csv
# Game data
*.sqlite
*.sqlite-journal
*.sqlite-wal
*.sqlite-shm
# direnv
/.envrc
*.bat
# Mac
.DS_Store
# Nix
nix/result