diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2021-07-20 17:08:54 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2021-07-20 17:08:54 -0500 |
| commit | c67c69816f60f191433d27a1bb5ff0c021982307 (patch) | |
| tree | 1e6c9a1c85f125417f625b0a5f0598259bd0e13f /.gitignore | |
| parent | 8532f6db348b833f642889effaf55f4733b6f84d (diff) | |
cGit behind NGINX on Ubuntu -- Post
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 |
