Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
Ignore files when exporting package
Browse files Browse the repository at this point in the history
This commit is part of a campaign to reduce the amount of data transferred to save global bandwidth and reduce the amount of CO2. See Codeception/Codeception#5527 for more info.
  • Loading branch information
simonschaufi committed Jun 6, 2020
1 parent 80f7849 commit 8f4d1a3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/doc export-ignore
/features export-ignore
/tests export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis export-ignore

0 comments on commit 8f4d1a3

Please sign in to comment.