diff options
author | Haoran S. Diao (刁浩然) <0@hairydiode.xyz> | 2023-07-05 04:54:03 -0700 |
---|---|---|
committer | Haoran S. Diao (刁浩然) <0@hairydiode.xyz> | 2023-07-05 04:54:03 -0700 |
commit | b36620eefa2fd91e695d0e7f11bea34b09c9a43d (patch) | |
tree | 2bfc80edaccb214938ecd8b5a666be2342d0264a /.gitignore | |
parent | 7cd46f6842cc0e0c8279b1f1607d9ffb4acb9102 (diff) |
includes gitignore to ignore temp testing dir
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2da839d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +testfiles/* |