浏览代码

gitignore

Luka 5 天之前
父节点
当前提交
2fbbdb869f
共有 1 个文件被更改,包括 22 次插入0 次删除
  1. 22 0
      .gitignore

+ 22 - 0
.gitignore

@@ -12,3 +12,25 @@
 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
 hs_err_pid*
 
+
+# vue 
+node_modules
+.DS_Store
+dist
+dist-ssr
+*.local
+.history
+
+# Editor directories and files
+.idea
+*.suo
+*.ntvs*
+*.njsproj
+*.sln
+*.local
+
+package-lock.json
+pnpm-lock.yaml
+stats.html
+
+