-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy path.gitignore
More file actions
26 lines (21 loc) · 744 Bytes
/
Copy path.gitignore
File metadata and controls
26 lines (21 loc) · 744 Bytes
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
node_modules/*
.DS_Store
# testing iOS
test/project/ios/www/childbrowser*
test/project/ios/SampleApp/PhoneGap.plist
test/project/ios/SampleApp.xcodeproj/project.pbxproj
test/project/ios/SampleApp/Plugins/*
# testing Android (CDV 1.x)
test/project/android_one/assets/www/childbrowser*
test/project/android_one/src/**/
test/project/android_one/res/xml/plugins.xml
test/project/android_one/AndroidManifest.xml
# testing Android (CDV 2.0)
test/project/android_two/assets/www/childbrowser*
test/project/android_two/src/**/
test/project/android_two/res/xml/config.xml
test/project/android_two/AndroidManifest.xml
# test multiple AndroidManifest entries
test/multiple-children/project/AndroidManifest.xml
#test web-platform
test/project/www-only