Forráskód Böngészése

Clean up .gitignore

Mr.doob 1 hónapja
szülő
commit
418a5de2ae
1 módosított fájl, 11 hozzáadás és 10 törlés
  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号