Parcourir la source

📝 更新 .gitignore:移除对 courseware/ 的忽略限制

Hacker-Style Math Compiler il y a 3 semaines
Parent
commit
2e987143f6
1 fichiers modifiés avec 1 ajouts et 4 suppressions
  1. 1 4
      .gitignore

+ 1 - 4
.gitignore

@@ -26,8 +26,5 @@ npm-debug.log*
 .env
 .env.local
 
-# Staging area (generated content)
+# Generated content
 staging/
-courseware/
-exercises/
-tests/