diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5a14273 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +# used to remove files from deployment using `git archive` +# git files +.gitattributes export-ignore +# Examples folder and files +examples/* export-ignore +# Other system files +composer.json export-ignore +README.TXT export-ignore \ No newline at end of file