diff options
| author | ♚ PH⑦ de Soria™♛ <hi@ph7.me> | 2022-02-08 06:32:27 +1030 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-08 06:32:27 +1030 |
| commit | fe6d333c60e782ad091d4a7a2ae865978c9c4398 (patch) | |
| tree | e77d1d9ca943364fc2aa7cecdd18828b1d3690fb /.gitattributes | |
| parent | 50c4604857c4dbe073707a85ed021758cd846ff5 (diff) | |
| download | smarty-fe6d333c60e782ad091d4a7a2ae865978c9c4398.tar.gz smarty-fe6d333c60e782ad091d4a7a2ae865978c9c4398.tar.bz2 smarty-fe6d333c60e782ad091d4a7a2ae865978c9c4398.zip | |
Ignore `.github` folder for distribution
`.github` wasn't added here was it got created. However, we don't want `.github` for the distribution builds. Further info about this: https://www.pixelite.co.nz/article/using-git-attributes-exclude-files-your-release/
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 4ba2fe45..bbf8135e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,7 +7,8 @@ # exclude from git export /tests export-ignore -/utilities/ export-ignore +/utilities export-ignore +/.github export-ignore /.gitattributes export-ignore /.gitignore export-ignore |
