Explorar el Código

feat: 添加 .history 到 .gitignore

yusheng hace 1 semana
padre
commit
1dfe85e7fd
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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