Skip to content

Commit

Permalink
Merge pull request #79 from jawira/attributes
Browse files Browse the repository at this point in the history
Update gitattributes
  • Loading branch information
jawira authored Nov 17, 2021
2 parents 101536d + 41e0b2e commit 7d88aaf
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
/config export-ignore
/docs export-ignore
/resources export-ignore
/tests export-ignore
/.codeclimate.yml export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.idea export-ignore
/.travis.yml export-ignore
/build.png export-ignore
/build.xml export-ignore
/CHANGELOG.md export-ignore
/config export-ignore
/CONTRIBUTING.md export-ignore
/docs export-ignore
/mkdocs.yml export-ignore
/phive.xml export-ignore
/resources export-ignore
/tests export-ignore
/rector.php export-ignore
/psalm.xml export-ignore
/README.md export-ignore

2 comments on commit 7d88aaf

@szepeviktor
Copy link
Contributor

@szepeviktor szepeviktor commented on 7d88aaf Nov 17, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jawira Although the PR's title is also "gitlab ci" it is really "GitHub Actions".

@jawira
Copy link
Owner Author

@jawira jawira commented on 7d88aaf Nov 17, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@szepeviktor LOL yes, I was implementing gitlab at the beggining, the problem is some commit are detected but others don't (not sure if the problem is in github or gitlab).
Github Actions are faster and works pretty well.

Please sign in to comment.