markblog/.gitignore
Florian Bouillon 36956b63d9
Removed unused ignore
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2020-02-06 16:44:22 +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*