Skip to content

Commit

Permalink
Add a missing .gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
losfair committed Nov 15, 2021
1 parent dbdefa1 commit 0c7b61d
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions examples/remove-console/.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

0 comments on commit 0c7b61d

Please sign in to comment.