Skip to content

Commit

Permalink
chore: Unify .gitignore at project root
Browse files Browse the repository at this point in the history
- Improve maintainability with centralized ignore rules
  • Loading branch information
rhino-ty committed Nov 6, 2024
1 parent b629a16 commit 035655e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 29 deletions.
32 changes: 32 additions & 0 deletions server/.gitignore → .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
# 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?

*storybook.log

# TypeDoc
docs

# ------------------------------------------------------------------------------------------

# compiled output
/dist
/node_modules
Expand Down
29 changes: 0 additions & 29 deletions client/.gitignore

This file was deleted.

0 comments on commit 035655e

Please sign in to comment.