Skip to content

Commit

Permalink
Update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottsj committed May 20, 2023
1 parent fb3ae48 commit 608d1b9
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 18 deletions.
39 changes: 26 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,20 +1,33 @@
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Dependency directories
node_modules/
# dependencies
/node_modules
/.pnp
.pnp.js

# npm lockfile
package-lock.json
# testing
/coverage

# Next.js build output
# next.js
/.next/
/out/

# Vercel secrets
.vercel
# production
/build

# misc
.DS_Store
*.pem

# Secret env vars
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# local env files
.env*.local

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts
5 changes: 0 additions & 5 deletions next-env.d.ts

This file was deleted.

0 comments on commit 608d1b9

Please sign in to comment.