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 **/.vscode
**/.idea **/.idea
**/debug/ .vs/
**/target/ # Java compilation output?
**/*rs.bk
**/.vsidx **/.vsidx
**/.suo **/.suo
**/obj # C# compilation output
**/bin debug/
**/.vs bin/
obj/
# The game inputs will be in .txt
*.txt *.txt
# Cargo compilation output
debug/
target/
# Rust fmt stuff
**/*.rs.bk