Added git export ignores
This should help generate clean production tarballs from git.
This commit is contained in:
parent
befe58ab98
commit
f4d0c1404b
19
.gitattributes
vendored
19
.gitattributes
vendored
@ -31,3 +31,22 @@
|
|||||||
*.frm binary
|
*.frm binary
|
||||||
*.MYD binary
|
*.MYD binary
|
||||||
*.MYI 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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user