diff options
author | Renard | 2020-03-08 18:04:24 -0300 |
---|---|---|
committer | Renard | 2020-03-08 18:04:24 -0300 |
commit | d647b3e6628d76dbe207ce5991335c30787a8a6d (patch) | |
tree | 7881d6a43398a01b20a7e60c2e21b8d3b082b87c /.gitignore | |
download | bairadio-app-d647b3e6628d76dbe207ce5991335c30787a8a6d.tar.gz bairadio-app-d647b3e6628d76dbe207ce5991335c30787a8a6d.tar.xz bairadio-app-d647b3e6628d76dbe207ce5991335c30787a8a6d.zip |
First commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8ee7871 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +# 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* + +/semantic +/.vscode
\ No newline at end of file |