소스 검색

Clean up .gitignore

Mr.doob 1 개월 전
부모
커밋
418a5de2ae
1개의 변경된 파일11개의 추가작업 그리고 10개의 파일을 삭제
  1. 11 10
      .gitignore

+ 11 - 10
.gitignore

@@ -1,22 +1,23 @@
+.claude/
 .DS_Store
-*.swp
-.project
 .idea/
-.vscode/
-npm-debug.log
 .jshintrc
-.vs/
+.project
 .puppeteer_profile/
-.claude/
+.vs/
+.vscode/
 
-test/unit/build
+*.swp
+npm-debug.log
+
+test/e2e/chromium
+test/e2e/output-screenshots
 test/treeshake/index.bundle.js
 test/treeshake/index.bundle.min.js
 test/treeshake/index.webgpu.bundle.js
 test/treeshake/index.webgpu.bundle.min.js
 test/treeshake/index.webgpu.nodes.bundle.js
 test/treeshake/index.webgpu.nodes.bundle.min.js
-test/e2e/chromium
-test/e2e/output-screenshots
+test/unit/build
 
-**/node_modules
+**/node_modules

粤ICP备19079148号