Browse Source

update npmignore

Daniel Zlotin 8 years ago
parent
commit
43fba61ba2
1 changed files with 14 additions and 14 deletions
  1. 14
    14
      .npmignore

+ 14
- 14
.npmignore View File

89
 # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
89
 # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
90
 
90
 
91
 ## Build generated
91
 ## Build generated
92
-ios/build/
93
-ios/DerivedData/
92
+lib/ios/build/
93
+lib/ios/DerivedData/
94
 
94
 
95
 ## Various settings
95
 ## Various settings
96
 *.pbxuser
96
 *.pbxuser
101
 !default.mode2v3
101
 !default.mode2v3
102
 *.perspectivev3
102
 *.perspectivev3
103
 !default.perspectivev3
103
 !default.perspectivev3
104
-ios/xcuserdata/
104
+lib/ios/xcuserdata/
105
 
105
 
106
 ## Other
106
 ## Other
107
 *.moved-aside
107
 *.moved-aside
119
 # you should judge for yourself, the pros and cons are mentioned at:
119
 # you should judge for yourself, the pros and cons are mentioned at:
120
 # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
120
 # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
121
 #
121
 #
122
-ios/Pods/
122
+lib/ios/Pods/
123
 
123
 
124
 # Carthage
124
 # Carthage
125
 #
125
 #
153
 *.class
153
 *.class
154
 
154
 
155
 # Generated files
155
 # Generated files
156
-android/bin/
157
-android/gen/
158
-android/out/
156
+lib/android/bin/
157
+lib/android/gen/
158
+lib/android/out/
159
 
159
 
160
 # Gradle files
160
 # Gradle files
161
-android/.gradle/
162
-android/build/
161
+lib/android/.gradle/
162
+lib/android/build/
163
 
163
 
164
 # Local configuration file (sdk path, etc)
164
 # Local configuration file (sdk path, etc)
165
 local.properties
165
 local.properties
166
 
166
 
167
 # Proguard folder generated by Eclipse
167
 # Proguard folder generated by Eclipse
168
-android/proguard/
168
+lib/android/proguard/
169
 
169
 
170
 # Log Files
170
 # Log Files
171
 *.log
171
 *.log
172
 
172
 
173
 # Android Studio Navigation editor temp files
173
 # Android Studio Navigation editor temp files
174
-android/.navigation/
174
+lib/android/.navigation/
175
 
175
 
176
 # Android Studio captures folder
176
 # Android Studio captures folder
177
-android/captures/
177
+lib/android/captures/
178
 
178
 
179
 # Intellij
179
 # Intellij
180
 *.iml
180
 *.iml
223
 # BUCK
223
 # BUCK
224
 buck-out/
224
 buck-out/
225
 \.buckd/
225
 \.buckd/
226
-android/app/libs
227
-android/keystores/debug.keystore
226
+lib/android/app/libs
227
+lib/android/keystores/debug.keystore