diff options
author | ihaveslowbrain <gitserver@ihaveslowbrain.com> | 2023-07-15 09:12:54 +0000 |
---|---|---|
committer | ihaveslowbrain <gitserver@ihaveslowbrain.com> | 2023-07-15 09:12:54 +0000 |
commit | 2645b90717a5177e300cc0fbaf1c3f1456e3c3c8 (patch) | |
tree | 83b65f75252350a1a0156c2e0475052c12a3ae97 |
added .gitignore for all .txt files in order to ignore input data from AoC
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2211df6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.txt |