Skip to content

Commit

Permalink
gitignore added
Browse files Browse the repository at this point in the history
  • Loading branch information
MostafaMDZH committed Sep 6, 2022
1 parent 7a768aa commit 0a3bca2
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# npm
node_modules
/.pnp
.pnp.js

# next js(website)
.next

# jest
coverage

# misc
.DS_Store
*.pem

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

# local env files
.env*.local

# vercel
.vercel

0 comments on commit 0a3bca2

Please sign in to comment.