forked from rip-projects/xin-arch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (41 loc) · 857 Bytes
/
.gitignore
File metadata and controls
47 lines (41 loc) · 857 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# common local files
.DS_Store
log
# cordova binary generated files
/platforms/android/CordovaLib/*
platforms/android/CordovaLib/*
/platforms/android/ant-build/*
platforms/android/ant-build/*
/platforms/android/ant-gen/*
platforms/android/ant-gen/*
/platforms/android/assets/www/*
/platforms/android/bin/*
platforms/android/bin/*
platforms/android/bin
# local.properties
/platforms/android/CordovaLib/local.properties
/platforms/android/local.properties
/platforms/android/local.properties
/platforms/ios/www/*
/platforms/ios/www
platforms/ios/www/*
platforms/ios/www
# application data
/www/packages/*
/www/extracted/*
/www/skel/*
/www/bower_components/*
www/boew_components/*
/www/node_modules/*
www/node_modules/*
/www/vendor/*
www/vendor/*
/www/node_modules/*
www/node_modules/*
/hooks/
hooks/
config.xml
/platforms/
platforms/
/plugins/
plugins/