veloren/.gitignore
2019-06-27 14:38:19 +02:00

31 lines
209 B
Plaintext

# Rust
/target/
/*/target/
# IntelliJ
**/.idea/
**/*.iml
# VSCode
/.vscode/*
!/.vscode/launch.json
*.code-workspace
# Eclipse
.project
# Vim
**/*.swp
**/*.vi
# Veloren
*.rar
*.log
run.sh
screenshots