From 4491514fe76705a4d05ac90163a17415ea9471f1 Mon Sep 17 00:00:00 2001 From: eugenesvk Date: Thu, 18 Jul 2024 17:09:30 +0700 Subject: [PATCH] don't export internal data to everyone --- .gitattributes | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..daac8bb --- /dev/null +++ b/.gitattributes @@ -0,0 +1,25 @@ +# Do not include the following content from *.sublime-package files + +# Git & Github +.github/ export-ignore +.gitattributes export-ignore +.gitignore export-ignore + +# Documentation +doc/ export-ignore +sample/ export-ignore +Contributing.md export-ignore +ToDo.md export-ignore + +# Tests +test/ export-ignore +\[test\]/ export-ignore + +# Settings +.editorconfig export-ignore + +# Source files +src/ export-ignore + +# Data +emoji/ export-ignore