Skip to content

Commit

Permalink
chore: updated .gitignore to exclude temporary and build files (#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
3fuyang authored Nov 27, 2023
1 parent 035f1de commit 3ecf4cd
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 6 deletions.
55 changes: 49 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,52 @@
site
node_modules/
# dependencies
/node_modules
/.pnp
.pnp.js

# Configuration files of zhlint.
# testing
/coverage

# production
/build
/site
dist
dist-ssr
*.local

# misc
.DS_Store
*.pem

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

# local env files
.env*.local

# typescript
*.tsbuildinfo

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

# non-pnpm npm lock files
package-lock.json
yarn.lock

# configuration files of zhlint
.zhlintrc
.zhlintignore

#
.vscode/
Binary file removed site/.DS_Store
Binary file not shown.

0 comments on commit 3ecf4cd

Please sign in to comment.