This commit is contained in:
FairyEver
2019-12-14 22:12:45 +08:00
parent b05974bbc2
commit 28e7a3b97f
12 changed files with 13071 additions and 3883 deletions

6
.gitignore vendored
View File

@@ -2,6 +2,10 @@
node_modules
/dist
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
@@ -14,4 +18,4 @@ yarn-error.log*
*.ntvs*
*.njsproj
*.sln
*.sw*
*.sw?