diff options
author | EuAndreh <eu@euandre.org> | 2020-08-14 12:08:11 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-08-14 12:08:11 -0300 |
commit | 82c2c474a3905ada08890e77a3ded2ef8e12c8f1 (patch) | |
tree | bc3141849f48e928fed7b8724bd398bbae0d8a60 /.gitignore | |
parent | TODOs.org (diff) | |
download | server-82c2c474a3905ada08890e77a3ded2ef8e12c8f1.tar.gz server-82c2c474a3905ada08890e77a3ded2ef8e12c8f1.tar.xz |
Add ./tmp to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -2,4 +2,7 @@ /.terraform/ # Nix -/result
\ No newline at end of file +/result + +# workflow +/tmp |