Skip to content

Commit 5e0ee03

Browse files
committed
Exclude unwanted files from the published package
1 parent 83b6f9c commit 5e0ee03

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,4 +300,6 @@ IDEFindNavigatorScopes.plist
300300
.swiftpm/xcode/xcuserdata/
301301
AutorestSwift.xcworkspace/xcuserdata/
302302
AutorestSwift.xcodeproj/xcuserdata/
303-
Pods
303+
Pods/
304+
.build/
305+
.swiftpm/

.npmignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.build/
2+
.swiftpm/
3+
Pods/
4+
AutorestSwift.xcworkspace/
5+
AutorestSwift.xcodeproj/xcuserdata/

0 commit comments

Comments
 (0)