forked from Junvary/gin-quasar-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
51 lines (36 loc) · 797 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
.DS_Store
.thumbs.db
/GQA-FRONTEND/node_modules
/GQA-BACKEND/log
/GQA-BACKEND/gqa-log
/GQA-BACKEND/upload
/GQA-BACKEND/go.sum
/GQA-BACKEND/gqa-gen-plugin
/GQA-BACKEND/main
/GQA-BACKEND/main.exe
# Quasar core related directories
.quasar
/GQA-FRONTEND/dist
# Cordova related directories and files
/GQA-FRONTEND/src-cordova/node_modules
/GQA-FRONTEND/src-cordova/platforms
/GQA-FRONTEND/src-cordova/plugins
/GQA-FRONTEND/src-cordova/www
# Capacitor related directories and files
/GQA-FRONTEND/src-capacitor/www
/GQA-FRONTEND/src-capacitor/node_modules
# BEX related directories and files
/GQA-FRONTEND/src-bex/www
/GQA-FRONTEND/src-bex/js/core
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor directories and files
go.sum
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln