diff options
author | Eug-VS <eug-vs@keemail.me> | 2019-12-30 23:22:04 +0300 |
---|---|---|
committer | Eug-VS <eug-vs@keemail.me> | 2019-12-30 23:22:04 +0300 |
commit | e02d553503992c4ecbf1fa5b263dce33b4814d6d (patch) | |
tree | bf4f8efd07a143b52a699ad3db9780ce59db7b7b /.gitignore | |
download | chrono-cube-ui-e02d553503992c4ecbf1fa5b263dce33b4814d6d.tar.gz |
Initial commit from Create React App
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4d29575 --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +/node_modules +/.pnp +.pnp.js + +# 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* |