소스 검색

第一次提交

fanghuisheng 2 년 전
커밋
1805cc2ae0
1개의 변경된 파일26개의 추가작업 그리고 0개의 파일을 삭제
  1. 26 0
      .gitignore

+ 26 - 0
.gitignore

@@ -0,0 +1,26 @@
+.DS_Store
+.history/
+.hbuilderx/
+package-lock.json
+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
+*.suo
+*.ntvs*
+*.njsproj
+*.sln
+*.local
+*.zip
+
+yarn.lock