Skip to content

Commit

Permalink
fix: edit .npmignore to exclude xcode project (#38)
Browse files Browse the repository at this point in the history
* chore: edit `.npmignore` to exclude xcode project

* fix: remove unnecessary ignore for example folder

* chore: remove unnecessary ignore

---------

Co-authored-by: Rostislav Simonik <rostislav.simonik@technologystudio.sk>
  • Loading branch information
erik-slovak and rostislav-simonik authored Apr 11, 2023
1 parent 9bb0349 commit cd2df0f
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
**
!src
!src/**/*
!lib
!lib/**/*
!*.md
!package.json
!*.podspec
!ios
!ios/**/*
!/src/
!/src/**/*
!/lib/
!/lib/**/*
!/*.md
!/package.json

# package specific
!/*.podspec
!/ios/
!/ios/*.h
!/ios/*.m
!/ios/*.mm
!/ios/*.swift

0 comments on commit cd2df0f

Please sign in to comment.