-
Notifications
You must be signed in to change notification settings - Fork 107
/
.gitignore
45 lines (44 loc) · 1.01 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
__pycache__/
.vscode/
.DS_Store
test/
lib/
include/
bin/
pyvenv.cfg
*/__pycache__/
*/conf.toml
note.md
element.md
.VSCodeCounter/
now_work.md
sanic/
examples/
config/conf copy.toml
vue-element-admin/
# web
web/vue-admin-simple/build/
web/vue-admin-simple/mock/
web/vue-admin-simple/public/
web/vue-admin-simple/src/
web/vue-admin-simple/tests/
web/vue-admin-simple/.editorconfig
web/vue-admin-simple/.env.development
web/vue-admin-simple/.env.production
web/vue-admin-simple/.env.staging
web/vue-admin-simple/.eslintignore
web/vue-admin-simple/.eslintrc.js
web/vue-admin-simple/.travis.yml
web/vue-admin-simple/babel.config.js
web/vue-admin-simple/jest.config.js
web/vue-admin-simple/jsconfig.json
web/vue-admin-simple/LICENSE
web/vue-admin-simple/package.json
web/vue-admin-simple/postcss.config.js
web/vue-admin-simple/README.md
web/vue-admin-simple/README-zh.md
web/vue-admin-simple/vue.config.js
web/vue-admin-simple/node_modules
web/vue-admin-simple/package-lock.json
web/vue-admin-simple/test
web/vue-admin-simple/.gitignore