Skip to content

Commit

Permalink
fix: gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mengqiuleo committed Jun 4, 2023
1 parent c35b1c1 commit fc7f462
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 25 deletions.
27 changes: 26 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,29 @@ node_modules
dist
*.local
package-lock.json
yarn.lock
yarn.lock

# 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?
24 changes: 0 additions & 24 deletions packages/tree/.gitignore

This file was deleted.

0 comments on commit fc7f462

Please sign in to comment.