소스 검색

📝 更新 .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/