[docs] .gitignoreファイルの更新
Browse files- SourceSageAssetsディレクトリをignoreに追加しました。
- tmpディレクトリをignoreに追加しました。
- これにより、SourceSageAssetsディレクトリとtmpディレクトリがGitの管理対象から除外されます。
[chore] サブモジュールの削除
- tmp/DeepSeek-Mathディレクトリのサブモジュールを削除しました。
- このサブモジュールは不要になったため、削除することでリポジトリの管理を簡素化します。
- .gitignore +2 -1
- tmp/DeepSeek-Math +0 -1
.gitignore
CHANGED
|
@@ -159,4 +159,5 @@ cython_debug/
|
|
| 159 |
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
| 160 |
#.idea/
|
| 161 |
|
| 162 |
-
SourceSageAssets
|
|
|
|
|
|
| 159 |
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
| 160 |
#.idea/
|
| 161 |
|
| 162 |
+
SourceSageAssets
|
| 163 |
+
tmp
|
tmp/DeepSeek-Math
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
Subproject commit b8b0f8ce093d80bf8e9a641e44142f06d092c305
|
|
|
|
|
|