浏览代码

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

Hacker-Style Math Compiler 3 周之前
父节点
当前提交
2e987143f6
共有 1 个文件被更改,包括 1 次插入4 次删除
  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/