adventOfCode_2023/.gitignore

20 lines
243 B
Plaintext

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