This commit is contained in:
pycook
2019-08-28 20:51:51 +08:00
committed by pycook
parent f3046d3c91
commit 5b4f95a50e
194 changed files with 40240 additions and 16 deletions

22
.gitignore vendored
View File

@@ -68,22 +68,12 @@ settings.py
*.db
# UI
node_modules
dist
# local env files
.env.local
.env.*.local
ui/node_modules
ui/dist
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
yarn.lock
ui/npm-debug.log*
ui/yarn-debug.log*
ui/yarn-error.log*
ui/yarn.lock
# Editor directories and files
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw*