diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-11-30 22:48:36 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-11-30 22:48:36 -0700 |
commit | dd297be17d94f59a856add6dc7cd4c446225e099 (patch) | |
tree | 2951e8c51b6744d31282071cb01970d61a5ee16f | |
parent | 3d57434c04a669610d5f15bd2a7713e6928cdef7 (diff) | |
download | aoc-dd297be17d94f59a856add6dc7cd4c446225e099.tar.gz aoc-dd297be17d94f59a856add6dc7cd4c446225e099.zip |
update gitignore
-rw-r--r-- | .gitignore | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,3 +1,4 @@ -*/input -*.swp - +**/*.swp +**/node_modules +**/input +**/input.txt |