diff options
author | Martin Ashby <martin@martin-laptop.lan> | 2018-05-15 22:12:09 +0100 |
---|---|---|
committer | Martin Ashby <martin@martin-laptop.lan> | 2018-05-15 22:12:09 +0100 |
commit | 57e5ea1f424ea2567e10c3945d9273a92a547332 (patch) | |
tree | 8184c2c8bab04c1a15b28fcfa2c7b255223a98d5 /.gitignore | |
download | unicornpaint-57e5ea1f424ea2567e10c3945d9273a92a547332.tar.gz unicornpaint-57e5ea1f424ea2567e10c3945d9273a92a547332.tar.bz2 unicornpaint-57e5ea1f424ea2567e10c3945d9273a92a547332.tar.xz unicornpaint-57e5ea1f424ea2567e10c3945d9273a92a547332.zip |
Basic should be working
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d30f40e --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +# See https://help.github.com/ignore-files/ for more about ignoring files. + +# dependencies +/node_modules + +# testing +/coverage + +# production +/build + +# misc +.DS_Store +.env.local +.env.development.local +.env.test.local +.env.production.local + +npm-debug.log* +yarn-debug.log* +yarn-error.log* |