-
Notifications
You must be signed in to change notification settings - Fork 12
/
.gitignore
146 lines (136 loc) · 2.4 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
# Specifies intentionally untracked files to ignore when using Git
# http://git-scm.com/docs/gitignore
!/fastlane/
!/src/
!/src/your_quantimodo_client_id_here.private_config.json
*.app.dSYM.zip
*.ipa
*.keystore
*.mobileprovision
.idea/
!.idea/runConfigurations/*
!.idea/dictionaries/*
!.idea/modules/*
!.idea/inspectionProfiles/*
.vagrant/
.vs/
/android-armv7-debug/
/android-armv7-release/
/android-x86-release/
/bin/
/bld/
/build/
/config.xml
/fastlane/*
/hooks/generate_resources_fix_xcode_and_fastlane_beta.sh
/platforms/
/resources
android-sdk-linux/
android-sdk_r24.2-linux.tgz
build.json
dev-credentials.json
dropbox
gradle-2.14.1-bin.zip
my-bot/
node_modules/
npm-debug.log
plugins/
QM-Ionic-Build.jsproj
QM-Ionic-Build.sln
QM-Ionic.jsproj
QM-Ionic.jsproj.user
QM-Ionic.sln
resources-shared/screenshots/3.5/
resources-shared/screenshots/4.0/
resources-shared/screenshots/4.7/
resources-shared/screenshots/5.5/
scripts/certs/apple.cer
scripts/certs/dist.cer
scripts/certs/dist.p12
supply_json_key_for_google_play.json
src/configuration-index.html
src/configuration/
src/img/CS6.zip
src/img/icons/*
!src/img/icons/.gitkeep
!src/chrome_extension/*
src/js/configuration-app.js
!src/lib/
src/manifest.json
# Visual Studio Recommended Folder Exclusions
platforms
bld
bin
.vs
# Visual Studio Recommended File Exclusions
plugins/android.json
plugins/windows.json
plugins/wp8.json
plugins/ios.json
plugins/remote_ios.json
changeList.json
*.suo
*.jsproj.user
Ionic\.jsproj
Ionic\.sln
composer.phar
packages/
npm-debug.log*
src/scripts/
src/index.html
src/custom-lib/quantimodo/
.DS_Store
.io-config.json
ghostinspector\.json
ngrok*
gradlew
gradlew.bat
local.properties
gradle/
success
www/*
!/www/gitkeep
/src/qm-amazon/
dist/
.chcplogin
cordova-hcp.json
.chcpenv
src/default.config.json
src/chcp\.json
src/chcp\.manifest
chcpbuild\.options
*.pkey
*.pem
*.p12
yarn-error\.log
\.publish
*.private_config.json
GoogleService-Info.plist
google-services.json
src/data/apiai/
/lastCommitBuilt
src/data/commits/
tmp/
sh.exe.stackdump
.vscode/launch.json
secrets/*
.env*
!.env.example
/.gradle/
/ionic.iml
/cypress/reports/merged/mochawesome.json
/last-failed-cypress-test
/cypress/videos/
/success-file
/cypress/mochawesome-report/assets/
debug.log
/cypress/fixtures/get/some-path-param=hi.json
/cypress/reports/mocha/
/cypress/fixtures/get/api/
/.env
ts/**/*.js
ts/**/*.map
cypress/**/*.js
cypress/**/*.map
/src/data/qmStaticData.js
/src/data/buildInfo.js