aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ08nY2020-05-08 20:06:31 +0200
committerJ08nY2020-05-08 20:06:31 +0200
commit3707051cf5d15dadeab59386895416da4e6776e9 (patch)
tree9b54d5633433238ea2e40c328f424e2e4f089102
parent608764841f4399b81678e26fdbdcccb3116f2459 (diff)
downloadstd-curves-3707051cf5d15dadeab59386895416da4e6776e9.tar.gz
std-curves-3707051cf5d15dadeab59386895416da4e6776e9.tar.zst
std-curves-3707051cf5d15dadeab59386895416da4e6776e9.zip
Add proper gitignore.
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..85a3099
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+.cache/
+node_modules/
+package-lock.json
+public/
+src/ \ No newline at end of file