Skip to content

Commit

Permalink
Merge pull request #1140 from Vivan-1045/node-module-fixed-correctly
Browse files Browse the repository at this point in the history
node_module fixed correctly #1083
  • Loading branch information
sanjay-kv authored Oct 29, 2024
2 parents 2a02fde + 8776132 commit b76cdd6
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

0 comments on commit b76cdd6

Please sign in to comment.