Skip to content

Commit

Permalink
Merge pull request #116 from websharks/feature/113
Browse files Browse the repository at this point in the history
Exclude `.github` folder. See: #113
  • Loading branch information
jaswsinc committed Jun 18, 2016
2 parents 8b39256 + bd23990 commit 0604392
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/psr4/setups/patterns/phar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
<exclude pattern=".git**" />
<exclude pattern="**/.git**" />

<exclude pattern=".github/**" />
<exclude pattern="**/.github/**" />

<exclude pattern=".idea/**" />
<exclude pattern="**/.idea/**" />

Expand Down
3 changes: 3 additions & 0 deletions src/psr4/setups/patterns/zip-tgz.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
<exclude pattern=".git**" />
<exclude pattern="**/.git**" />

<exclude pattern=".github/**" />
<exclude pattern="**/.github/**" />

<exclude pattern=".idea/**" />
<exclude pattern="**/.idea/**" />

Expand Down

0 comments on commit 0604392

Please sign in to comment.