From 48d215b08e4b69d3130f9395d3dcada5089cd3db Mon Sep 17 00:00:00 2001 From: Juraj Vajda Date: Mon, 5 Dec 2022 15:14:51 -0500 Subject: [PATCH] add gitattributes --- .gitattributes | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2285905 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,15 @@ +# Creating an archive + +.* export-ignore +assets export-ignore +scripts export-ignore +bin export-ignore +docs export-ignore +types export-ignore +*.zip export-ignore +bitbucket-pipelines.yml export-ignore +package.json export-ignore +package-lock.json export-ignore +screenshot*.png export-ignore +i18n.py export-ignore +config.ld export-ignore