Skip to content

Commit

Permalink
Merge pull request #4350 from GPCsolutions/dolibarr-export
Browse files Browse the repository at this point in the history
Added git export ignores
  • Loading branch information
eldy committed Jan 8, 2016
2 parents d4aa83e + f4d0c14 commit 3054076
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .gitattributes
Expand Up @@ -31,3 +31,22 @@
*.frm binary
*.MYD binary
*.MYI binary

# Export ignores to generate clean production tarballs
/build export-ignore
/dev export-ignore
/doc export-ignore
/test export-ignore
.buildpath export-ignore
/build.xml export-ignore
.codeclimate.yml export-ignore
Dockerfile export-ignore
.dockerignore export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.mailmap export-ignore
.scrutinizer.yml export-ignore
.settings export-ignore
.travis.yml export-ignore
.tx export-ignore

0 comments on commit 3054076

Please sign in to comment.