Skip to content
This repository was archived by the owner on Apr 25, 2023. It is now read-only.

Commit a7a9023

Browse files
author
Corbin Crutchley
committed
Cleanup of npmignore file
1 parent bf089b9 commit a7a9023

File tree

3 files changed

+1
-38
lines changed

3 files changed

+1
-38
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# CocoaPods - Only use to conserve bandwidth / Save time on Pushing
99
# - Also handy if you have a large number of dependant pods
1010
# - AS PER https://guides.cocoapods.org/using/using-cocoapods.html NEVER IGNORE THE LOCK FILE
11-
Pods/
11+
Pods
1212

1313
### ReactNative ###
1414
# React Native Stack Base

.npmignore

Lines changed: 0 additions & 33 deletions
This file was deleted.

ios/RNDirectoryPicker.xcodeproj/project.pbxproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
/* Begin PBXBuildFile section */
1010
1528B86E69E6E1BD29E4FA1E /* Pods_RNDirectoryPicker.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B5D01A68A9913588E9B94AA /* Pods_RNDirectoryPicker.framework */; };
11-
975C04E424D0EB5E004F2BB7 /* RNDirectoryPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 975C04E224D0EB5E004F2BB7 /* RNDirectoryPicker.m */; };
1211
975C04E524D0EB5E004F2BB7 /* RNDirectoryPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 975C04E324D0EB5E004F2BB7 /* RNDirectoryPicker.swift */; };
1312
B3E7B58A1CC2AC0600A0062D /* RNDirectoryPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = B3E7B5891CC2AC0600A0062D /* RNDirectoryPicker.m */; };
1413
/* End PBXBuildFile section */
@@ -186,7 +185,6 @@
186185
134814201AA4EA6300B7C361 /* libRNDirectoryPicker.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNDirectoryPicker.a; sourceTree = BUILT_PRODUCTS_DIR; };
187186
1B5D01A68A9913588E9B94AA /* Pods_RNDirectoryPicker.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RNDirectoryPicker.framework; sourceTree = BUILT_PRODUCTS_DIR; };
188187
3EA737E0FFBB40D2ECF9C736 /* Pods-RNDirectoryPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RNDirectoryPicker.release.xcconfig"; path = "Pods/Target Support Files/Pods-RNDirectoryPicker/Pods-RNDirectoryPicker.release.xcconfig"; sourceTree = "<group>"; };
189-
975C04E224D0EB5E004F2BB7 /* RNDirectoryPicker.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNDirectoryPicker.m; sourceTree = "<group>"; };
190188
975C04E324D0EB5E004F2BB7 /* RNDirectoryPicker.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RNDirectoryPicker.swift; sourceTree = "<group>"; };
191189
975C04E624D0EC52004F2BB7 /* RNDirectoryPicker-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RNDirectoryPicker-Bridging-Header.h"; sourceTree = "<group>"; };
192190
A73D196C67F67BCCD9F439C8 /* Pods-RNDirectoryPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RNDirectoryPicker.debug.xcconfig"; path = "Pods/Target Support Files/Pods-RNDirectoryPicker/Pods-RNDirectoryPicker.debug.xcconfig"; sourceTree = "<group>"; };
@@ -218,7 +216,6 @@
218216
isa = PBXGroup;
219217
children = (
220218
B3E7B5891CC2AC0600A0062D /* RNDirectoryPicker.m */,
221-
975C04E224D0EB5E004F2BB7 /* RNDirectoryPicker.m */,
222219
975C04E324D0EB5E004F2BB7 /* RNDirectoryPicker.swift */,
223220
975C04E624D0EC52004F2BB7 /* RNDirectoryPicker-Bridging-Header.h */,
224221
134814211AA4EA7D00B7C361 /* Products */,
@@ -519,7 +516,6 @@
519516
files = (
520517
975C04E524D0EB5E004F2BB7 /* RNDirectoryPicker.swift in Sources */,
521518
B3E7B58A1CC2AC0600A0062D /* RNDirectoryPicker.m in Sources */,
522-
975C04E424D0EB5E004F2BB7 /* RNDirectoryPicker.m in Sources */,
523519
);
524520
runOnlyForDeploymentPostprocessing = 0;
525521
};

0 commit comments

Comments
 (0)