-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
89 lines (78 loc) · 2.87 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
# NativeScript
hooks/
node_modules/
platforms/
# Output for test etc.
output/
# NativeScript Template
*.js.map
*.js
!webpack.config.js
*.css
!karma.conf.js
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# General
.DS_Store
.AppleDouble
.LSOverride
.idea
.cloud
.project
tmp/
typings/
# Visual Studio Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# Visual studio files
.vs
# Generated Config Files
src/app/config
# Generated Theme Files
src/app/theme
# android config files
App_Resources/Android/src/main/res/values-es/strings.xml
#generated icon sets
App_Resources/Android/src/main/res/mipmap-hdpi/ic_launcher.png
App_Resources/Android/src/main/res/mipmap-hdpi/ic_launcher_foreground.png
App_Resources/Android/src/main/res/mipmap-hdpi/ic_launcher_round.png
App_Resources/Android/src/main/res/mipmap-mdpi/ic_launcher.png
App_Resources/Android/src/main/res/mipmap-mdpi/ic_launcher_foreground.png
App_Resources/Android/src/main/res/mipmap-mdpi/ic_launcher_round.png
App_Resources/Android/src/main/res/mipmap-xhdpi/ic_launcher.png
App_Resources/Android/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png
App_Resources/Android/src/main/res/mipmap-xhdpi/ic_launcher_round.png
App_Resources/Android/src/main/res/mipmap-xxhdpi/ic_launcher.png
App_Resources/Android/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png
App_Resources/Android/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
App_Resources/Android/src/main/res/mipmap-xxxhdpi/ic_launcher.png
App_Resources/Android/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png
App_Resources/Android/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
App_Resources/Android/src/main/res/values/ic_launcher_background.xml
App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-1024.png
App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-20.png
App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/[email protected]
App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/[email protected]
App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29.png
App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/[email protected]
App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/[email protected]
App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-40.png
App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/[email protected]
App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/[email protected]
App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/[email protected]
App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/[email protected]
App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-76.png
App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/[email protected]
App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/[email protected]
#notification config files
App_Resources/iOS/GoogleService-Info.plist
App_Resources/Android/google-services.json
App_Resources/Android/src/google-services.json
TestResults