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