Commented gitignore
parent
cd250ddd35
commit
b25d79ebf0
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue