Quellcode durchsuchen

fix: 添加历史记录文件到.gitignore

xieyong vor 1 Woche
Ursprung
Commit
bd80f3f138
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      .gitignore

+ 1 - 1
.gitignore

@@ -12,7 +12,7 @@ yarn-debug.log*
 yarn-error.log*
 .pnpm-debug.log
 .eslintcache
-
+.history
 # Editor directories and files
 .idea
 .vscode