Просмотр исходного кода

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

Hacker-Style Math Compiler 3 недель назад
Родитель
Сommit
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/