This commit is contained in:
pycook
2019-08-28 20:51:51 +08:00
committed by pycook
parent 6ef1df9f4f
commit 3bead5438d

22
.gitignore vendored
View File

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