aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJoel Kronqvist <joel.h.kronqvist@gmail.com>2022-01-22 20:54:27 +0200
committerJoel Kronqvist <joel.h.kronqvist@gmail.com>2022-01-22 20:54:27 +0200
commit9c8fc9f997a42926dedffedaaead5bdd6e9fc96f (patch)
tree2cd013c676cae7fae00762081451729591e33603 /.gitignore
parent708996ed58f031fd31d7696a98adfc287db9905a (diff)
downloadLYLLRuoka-9c8fc9f997a42926dedffedaaead5bdd6e9fc96f.tar.gz
LYLLRuoka-9c8fc9f997a42926dedffedaaead5bdd6e9fc96f.zip
Fixed bug in day mechanics for the food search
Making monday first (0) instead of sunday was done twice, resulting with tuesday becoming first.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 1ca582b..6507360 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
Classes
node_modules
package-lock.json
-shifts.txt \ No newline at end of file
+shifts.txt
+funcs \ No newline at end of file