Skip to content

Commit

Permalink
ignore and tags
Browse files Browse the repository at this point in the history
  • Loading branch information
sarath263 committed Jul 7, 2024
1 parent f77e519 commit 42b18bc
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 2 deletions.
39 changes: 39 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# 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*
.pnpm-debug.log*

# local env files
.env*.local

# vercel
.vercel

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

# contentlayer
.contentlayer
75 changes: 75 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
"global state",
"state",
"state management",
"react context state",
"react context",
"redux",
"mobx"
],
Expand Down

0 comments on commit 42b18bc

Please sign in to comment.