forked from flipped-aurora/gin-vue-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
53 lines (47 loc) · 778 Bytes
/
.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
46
47
48
49
50
51
52
53
.idea/
/web/node_modules
/web/dist
.DS_Store
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
rm_file/
/server/log/
/server/gva
/server/server
/server/latest_log
/server/__debug_bin*
server/uploads/
server/config.yaml
server/service/ecsusers
server/service/subscribe
server/service/findallpd
server/service/partitions
server/service/products
server/service/shops
server/service/tgchannel
server/service/privmsg
server/service/invite_codes
server/plugin/spiders
server/plugin/allpdspiders
server/plugin/telegrampush
server/plugin/obopush
*.iml
web/.pnpm-debug.log
web/pnpm-lock.yaml
web/src/plugin/spiders
web/dist
web/dist.zip
web/dist.rar