-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
85 lines (80 loc) · 3.24 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
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
/dist
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
/android/.idea/.gitignore
/android/app/.gitignore
/android/.gitignore
/android/app/src/main/res/layout/activity_main.xml
/android/app/src/main/AndroidManifest.xml
/android/app/build.gradle
/android/build.gradle
/android/app/capacitor.build.gradle
/android/app/src/main/assets/capacitor.config.json
/android/app/src/main/assets/capacitor.plugins.json
/android/capacitor.settings.gradle
/android/.idea/compiler.xml
/android/app/src/main/res/xml/config.xml
/android/app/src/androidTest/java/com/getcapacitor/myapp/ExampleInstrumentedTest.java
/android/app/src/test/java/com/getcapacitor/myapp/ExampleUnitTest.java
/android/app/src/main/res/xml/file_paths.xml
/android/gradle.properties
/android/gradle/wrapper/gradle-wrapper.jar
/android/gradle/wrapper/gradle-wrapper.properties
/android/gradlew
/android/gradlew.bat
/android/app/src/main/res/mipmap-hdpi/ic_launcher.png
/android/app/src/main/res/mipmap-mdpi/ic_launcher.png
/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
/android/app/src/main/res/drawable/ic_launcher_background.xml
/android/app/src/main/res/values/ic_launcher_background.xml
/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png
/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png
/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png
/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png
/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png
/android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml
/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png
/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
/android/.idea/jarRepositories.xml
/android/app/src/main/java/com/techoutopia/webstatus/MainActivity.java
/android/.idea/misc.xml
/android/app/proguard-rules.pro
/android/.idea/runConfigurations.xml
/android/settings.gradle
/android/app/src/main/res/drawable/splash.png
/android/app/src/main/res/drawable-land-hdpi/splash.png
/android/app/src/main/res/drawable-land-mdpi/splash.png
/android/app/src/main/res/drawable-land-xhdpi/splash.png
/android/app/src/main/res/drawable-land-xxhdpi/splash.png
/android/app/src/main/res/drawable-land-xxxhdpi/splash.png
/android/app/src/main/res/drawable-port-hdpi/splash.png
/android/app/src/main/res/drawable-port-mdpi/splash.png
/android/app/src/main/res/drawable-port-xhdpi/splash.png
/android/app/src/main/res/drawable-port-xxhdpi/splash.png
/android/app/src/main/res/drawable-port-xxxhdpi/splash.png
/android/app/src/main/res/values/strings.xml
/android/app/src/main/res/values/styles.xml
/android/variables.gradle