yusheng 2 anni fa
commit
eb09d44c5f
2 ha cambiato i file con 25 aggiunte e 0 eliminazioni
  1. 25 0
      .gitignore
  2. 0 0
      README.md

+ 25 - 0
.gitignore

@@ -0,0 +1,25 @@
+.DS_Store
+node_modules
+/dist
+
+# local env files
+.env.local
+.env.*.local
+
+# Log files
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+.pnpm-debug.log
+.eslintcache
+
+# Editor directories and files
+.idea
+.vscode
+*.suo
+*.ntvs*
+*.njsproj
+*.sln
+*.sw?
+vue.config.js
+package-lock.json

+ 0 - 0
README.md