veloren/.gitignore
Joshua Barretto 5df6b25d00 Added run.sh to gitignore
Former-commit-id: 1f13cd6f334f5702ab092f595139691b0ff96bd4
2019-05-12 19:01:29 +01:00

23 lines
187 B
Plaintext

# Rust
/target/
/*/target/
# IntelliJ
**/.idea/
**/*.iml
# VSCode
/.vscode/*
!/.vscode/launch.json
*.code-workspace
# Veloren
voxygen/keybinds.toml
settings.toml
*.rar
*.log
run.sh