Commit 408742d5 authored by tanghao's avatar tanghao

gitignore

parent a0f86969
.DS_Store
node_modules/
dist/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
**/*.log
tests/**/coverage/
tests/e2e/reports
selenium-debug.log
# Editor directories and files
.idea
.vscode
=======
node_modules node_modules
.DS_Store .DS_Store
.github .github
...@@ -39,23 +23,12 @@ pnpm-debug.log* ...@@ -39,23 +23,12 @@ pnpm-debug.log*
# Editor directories and files # Editor directories and files
.idea .idea
# .vscode # .vscode
>>>>>>> master
*.suo *.suo
*.ntvs* *.ntvs*
*.njsproj *.njsproj
*.sln *.sln
<<<<<<< HEAD
*.local
.editorconfig
.eslintignore
.eslintrc.js
.env.*
package-lock.json
yarn.lock
=======
*.sw? *.sw?
/os_del.cmd /os_del.cmd
/.vscode/ /.vscode/
/.history/ /.history/
/svn clear.bat /svn clear.bat
>>>>>>> master
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment