summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsmir Mustafic <[email protected]>2020-09-01 07:40:59 +0200
committerGitHub <[email protected]>2020-09-01 07:40:59 +0200
commit6b47f1f12f3534ce62cf9c8322d4d3ccd4d02533 (patch)
tree6e1a2196174fe7ed59db60eb4fbd9b878f7d1619
parent30db060bff9b34578b8bbda972ea0098bc706f55 (diff)
parent5225fc5ad600ee23ca2cda7db689552c58c2250a (diff)
Merge pull request #195 from Ayesh/export-ignore
Add .gitattributes file with export-ignore rules
-rw-r--r--.gitattributes8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..3d291a0
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,8 @@
+.gitattributes export-ignore
+.gitignore export-ignore
+.php_cs.dist export-ignore
+.scrutinizer.yml export-ignore
+.travis.yml export-ignore
+example.php export-ignore
+phpunit.xml.dist export-ignore
+/test export-ignore