Browse Source

feat: 添加 .history 到 .gitignore

yusheng 1 week ago
parent
commit
1dfe85e7fd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

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