diff options
| author | Maksymilian Jopek <maks@jopek.eu> | 2023-03-28 19:26:30 +0200 |
|---|---|---|
| committer | Maksymilian Jopek <maks@jopek.eu> | 2023-03-28 19:26:30 +0200 |
| commit | c3c90d575182d64b0e679e8da81a6d4f3559cf1f (patch) | |
| tree | e1ad938d658e6c80c1392bca86d0755f47064882 /.gitignore | |
| download | next-list-app-master.tar.gz next-list-app-master.tar.zst next-list-app-master.zip | |
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 |
