Browse Source

first commit

yusheng 2 năm trước cách đây
commit
eb09d44c5f
2 tập tin đã thay đổi với 25 bổ sung0 xóa
  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