diff options
author | Emiliano Ciavatta | 2020-04-26 16:01:06 +0000 |
---|---|---|
committer | Emiliano Ciavatta | 2020-04-26 16:01:06 +0000 |
commit | d1eeb1a6b3eed3c666cc6f94ba2a932abbce8515 (patch) | |
tree | dcbbd824c5d90eab1e2e4875461fd9bd97d111a4 /frontend/.gitignore | |
parent | b33f14c35bb3a6d08fe095d3d20e1d40f7398500 (diff) |
Add frontend initial code
Diffstat (limited to 'frontend/.gitignore')
-rw-r--r-- | frontend/.gitignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/frontend/.gitignore b/frontend/.gitignore new file mode 100644 index 0000000..0c43a1c --- /dev/null +++ b/frontend/.gitignore @@ -0,0 +1,21 @@ +# 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* |