Skip to content

Commit

Permalink
Updated .gitignore to exclude unnecessary files and folders
Browse files Browse the repository at this point in the history
  • Loading branch information
asadmash committed Dec 2, 2024
1 parent 184b17d commit 4f752ad
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions 33.bookmark-landing-page/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,44 @@
*.fig

# Avoid your project being littered with annoying .DS_Store files!

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions

# testing
/coverage

# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# env files (can opt-in for committing if needed)
.env*

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts

0 comments on commit 4f752ad

Please sign in to comment.