You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# 忽略文件
|
|
|
|
examples/
|
|
|
|
build/
|
|
|
|
node_modules/
|
|
|
|
*.map
|
|
|
|
*.html
|
|
|
|
|
|
|
|
# 本地开发文件
|
|
|
|
.DS_Store
|
|
|
|
*.local
|
|
|
|
|
|
|
|
# 日志文件
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
|
|
|
|
# 编辑器目录和文件
|
|
|
|
.idea
|
|
|
|
.vscode
|
|
|
|
*.suo
|
|
|
|
*.ntvs*
|
|
|
|
*.njsproj
|
|
|
|
*.sln
|
|
|
|
*.sw?
|