Skip to content

Commit

Permalink
Added the gitignore file.
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushNautiyalDeveloper committed Apr 21, 2024
1 parent d455df3 commit 9939c51
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ yarn-error.log*
# Misc
.DS_Store
*.pem
.turbo
49 changes: 49 additions & 0 deletions apps/parser/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
node_modules
.vscode
.DS_Store
/docs/api.md
/coverage
/lib
/esm
/cjs
/browser
*.tgz
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# Dependencies
node_modules
.pnp
.pnp.js

# Local env files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

# Testing
coverage

# Turbo
.turbo

# Vercel
.vercel

# Build Outputs
.next/
out/
build
dist


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

# Misc
.DS_Store
*.pem
.turbo

0 comments on commit 9939c51

Please sign in to comment.