diff options
author | Joel Kronqvist <joel.h.kronqvist@gmail.com> | 2022-01-19 16:23:56 +0200 |
---|---|---|
committer | Joel Kronqvist <joel.h.kronqvist@gmail.com> | 2022-01-19 16:23:56 +0200 |
commit | 708996ed58f031fd31d7696a98adfc287db9905a (patch) | |
tree | 7f0e89c2b17e8d51259a515f19e28fcfeb68c8b9 /.gitignore | |
parent | a259127b9fa0349c73340c882f6525f27f7caaed (diff) | |
download | LYLLRuoka-708996ed58f031fd31d7696a98adfc287db9905a.tar.gz LYLLRuoka-708996ed58f031fd31d7696a98adfc287db9905a.zip |
Tested on Linux Mint & some bug fixes
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1ca582b --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +Classes +node_modules +package-lock.json +shifts.txt
\ No newline at end of file |