Skip to content

Commit

Permalink
Exclude unwanted files from the published package
Browse files Browse the repository at this point in the history
  • Loading branch information
daviwil committed Aug 24, 2020
1 parent 83b6f9c commit 5e0ee03
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -300,4 +300,6 @@ IDEFindNavigatorScopes.plist
.swiftpm/xcode/xcuserdata/
AutorestSwift.xcworkspace/xcuserdata/
AutorestSwift.xcodeproj/xcuserdata/
Pods
Pods/
.build/
.swiftpm/
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.build/
.swiftpm/
Pods/
AutorestSwift.xcworkspace/
AutorestSwift.xcodeproj/xcuserdata/

0 comments on commit 5e0ee03

Please sign in to comment.