Skip to content

Commit

Permalink
过滤文件
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghang committed Mar 14, 2023
1 parent 7ef16dd commit 103de09
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.DS_Store
node_modules
dist
docdist
lib
# local env files
.env.local
.env.*.local

# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
package-lock.json
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

0 comments on commit 103de09

Please sign in to comment.