Skip to content

Commit

Permalink
🔧 update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
nus3 committed Jul 24, 2022
1 parent b89fd1c commit 48eab7c
Showing 1 changed file with 36 additions and 1 deletion.
37 changes: 36 additions & 1 deletion .gitignore
Expand Up @@ -7,5 +7,40 @@

# Swap the comments on the following lines if you don't wish to use zero-installs
# Documentation here: https://yarnpkg.com/features/zero-installs
!.yarn/cache
.yarn/cache
#.pnp.*

# For create-next-app
# 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*
.pnpm-debug.log*

# local env files
.env*.local

# vercel
.vercel

# typescript
*.tsbuildinfo

0 comments on commit 48eab7c

Please sign in to comment.