diff -r 000000000000 -r 5f4fcbc80b37 clientjs/packages/annotation-dashboard-explorunivers/.gitignore --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/clientjs/packages/annotation-dashboard-explorunivers/.gitignore Fri Sep 14 17:57:34 2018 +0200 @@ -0,0 +1,23 @@ +# 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* + +src/**/*.css \ No newline at end of file