gitignore, spring cleaning
This commit is contained in:
parent
e937994439
commit
3e9ebaa002
5 changed files with 33 additions and 104 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
|
@ -1,6 +1,11 @@
|
|||
/target
|
||||
.rustfmt.toml
|
||||
# Build files, documentation, benchmarks
|
||||
target
|
||||
docs/*
|
||||
|
||||
# VSCode/IDE config files
|
||||
.vscode/*
|
||||
docs/gifs/*
|
||||
.savegames/*
|
||||
.rustfmt.toml
|
||||
.prettierignore
|
||||
|
||||
# Savegame
|
||||
savegame.json
|
||||
Loading…
Add table
Add a link
Reference in a new issue