diff options
| author | J08nY | 2020-05-08 20:06:31 +0200 |
|---|---|---|
| committer | J08nY | 2020-05-08 20:06:31 +0200 |
| commit | 3707051cf5d15dadeab59386895416da4e6776e9 (patch) | |
| tree | 9b54d5633433238ea2e40c328f424e2e4f089102 | |
| parent | 608764841f4399b81678e26fdbdcccb3116f2459 (diff) | |
| download | std-curves-3707051cf5d15dadeab59386895416da4e6776e9.tar.gz std-curves-3707051cf5d15dadeab59386895416da4e6776e9.tar.zst std-curves-3707051cf5d15dadeab59386895416da4e6776e9.zip | |
Add proper gitignore.
| -rw-r--r-- | .gitignore | 5 |
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 |
