Commented gitignore

main
Pau Costa 2023-12-07 17:06:34 +01:00
parent cd250ddd35
commit b25d79ebf0
1 changed files with 14 additions and 6 deletions

20
.gitignore vendored
View File

@ -1,11 +1,19 @@
# IDE Config folders
**/.vscode
**/.idea
**/debug/
**/target/
**/*rs.bk
.vs/
# Java compilation output?
**/.vsidx
**/.suo
**/obj
**/bin
**/.vs
# C# compilation output
debug/
bin/
obj/
# The game inputs will be in .txt
*.txt
# Cargo compilation output
debug/
target/
# Rust fmt stuff
**/*.rs.bk