Exclude SECURITY.md from zip archives (#1621)

Per https://github.com/crankyoldgit/IRremoteESP8266/pull/1617#issuecomment-929979704

For #1618
This commit is contained in:
David Conran
2021-10-02 10:00:35 +10:00
committed by GitHub
parent d2b520851b
commit 9d25486ea9

3
.gitattributes vendored
View File

@@ -1,3 +1,4 @@
# Directories to ignore from release archives
# Directories & files to ignore from release archives
docs export-ignore
assets export-ignore
SECURITY.md export-ignore