markblog/.gitignore
Florian Bouillon e255554262
added next-env.d.ts file to gitignore
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2020-01-05 00:55:28 +01:00

27 lines
291 B
Plaintext

# 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/
next-env.d.ts
# production
/build
# misc
.DS_Store
.env*
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*