diff options
author | 2021-08-09 21:58:41 +0200 | |
---|---|---|
committer | 2021-08-09 21:58:41 +0200 | |
commit | d43c93ab5e5abb9b2007c43422c4f4d0897e5eb4 (patch) | |
tree | 2c89825ae6f0e84a693bfe318f01327426baaba9 /.gitignore | |
parent | 2db5389d07a9d2e93ebe4998b18d0fecf3636513 (diff) | |
download | my_apps-d43c93ab5e5abb9b2007c43422c4f4d0897e5eb4.tar.gz my_apps-d43c93ab5e5abb9b2007c43422c4f4d0897e5eb4.tar.bz2 my_apps-d43c93ab5e5abb9b2007c43422c4f4d0897e5eb4.zip |
deploy fixes
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1437c53 --- /dev/null +++ b/.gitignore @@ -0,0 +1,34 @@ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +/node_modules +/.pnp +.pnp.js + +# testing +/coverage + +# next.js +/.next/ +/out/ + +# production +/build + +# misc +.DS_Store +*.pem + +# debug +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# local env files +.env.local +.env.development.local +.env.test.local +.env.production.local + +# vercel +.vercel |