Skip to content

Commit

Permalink
chore: add .gitattributes to extensions to export-ignore files. (#3…
Browse files Browse the repository at this point in the history
…513)

Signed-off-by: Sami Mazouz <[email protected]>
  • Loading branch information
SychO9 authored Jul 8, 2022
1 parent 19f9204 commit 754f480
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
**/.gitattributes export-ignore
**/.gitignore export-ignore
**/.gitmodules export-ignore
**/.github export-ignore
**/.travis export-ignore
**/.travis.yml export-ignore
**/.editorconfig export-ignore
**/.styleci.yml export-ignore

**/phpunit.xml export-ignore
**/tests export-ignore

**/js/dist/**/* -diff
**/js/dist/**/* linguist-generated
**/js/dist-typings/**/* -diff
**/js/dist-typings/**/* linguist-generated
**/js/yarn.lock -diff
**/js/package-lock.json -diff

* text=auto eol=lf

0 comments on commit 754f480

Please sign in to comment.