Skip to content

Commit

Permalink
Update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
RexShum committed Jan 16, 2025
1 parent 44044aa commit fd392a7
Showing 1 changed file with 27 additions and 6 deletions.
33 changes: 27 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,32 @@
server/node_modules/
# Logs
logs
*.log
*.log.*
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules

server/lib/
client/node_modules/

client/dist/
client/dist-ssr
client/*.local

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

webpack-build-stats.json
deploy/
node_modules/
.idea
npm-debug.log
*.log.*
npm_dependencies_report.*.md

0 comments on commit fd392a7

Please sign in to comment.