diff options
author | ana <ana@ana.st> | 2021-08-08 16:51:59 +0200 |
---|---|---|
committer | ana <ana@ana.st> | 2021-08-08 16:51:59 +0200 |
commit | 903aeb762b12fc4e855d2a4c9d172c79b3f864b3 (patch) | |
tree | aa8d4d0623dbc0fa0d9c896214c9b58d896492c6 /.gitignore | |
parent | 986068d95eb1c4101e5c56c92baab961455fddc0 (diff) | |
download | eureka-marks-903aeb762b12fc4e855d2a4c9d172c79b3f864b3.tar.gz |
feat: load from csv, etc etc
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8e5ee43..9394137 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ build node_modules public/pure.css +csv/* +!csv/.gitkeep |