chore(gitignore): Ignore garbage/ folder

I use this folder locally to collect files that I am not committing to
the repository, but that might become relevant again at some point in
the future.
This commit is contained in:
Vincent Ambo 2019-12-20 20:05:40 +00:00
parent e900c4279b
commit e52eed3cd4

5
.gitignore vendored
View file

@ -1,5 +1,6 @@
# Ignore various bazel output folders
bazel-*
# Ignore the garbage folder, in which I slowly assemble a bunch of
# trash locally that might be valuable in the future.
garbage/
# Ignore Nix result symlinks
result