diff options
| author | jvoisin | 2024-03-04 14:12:58 +0100 |
|---|---|---|
| committer | jvoisin | 2024-03-04 14:12:58 +0100 |
| commit | 2f60f255af5d615ca31d554035fe8268ecc9825c (patch) | |
| tree | f834d6a3c162e0ac3806482f641111185d7e48bb | |
| parent | 1a8431430ec4b97f0baaf2bf3b385be5f5da08cf (diff) | |
Add a .gitattributes file to simplify releases
| -rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3cf8f7f --- /dev/null +++ b/.gitattributes | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | .gitattributes export-ignore | ||
| 2 | .github/** export-ignore | ||
| 3 | .gitignore export-ignore | ||
