diff options
author | kartofen <mladenovnasko0@gmail.com> | 2022-10-23 21:34:48 +0300 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2022-10-23 21:34:48 +0300 |
commit | 747097af03e422c72c2fe0065637e59a1685d219 (patch) | |
tree | 6b965e4c5d4ee812d104c3537866f2e3b5e27376 /.gitignore |
nearly completed, forgot to make a repo
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..763301f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +dist/ +node_modules/
\ No newline at end of file |