diff options
author | Joshua M. Boniface <joshua@boniface.me> | 2024-02-16 03:05:55 -0500 |
---|---|---|
committer | Joshua M. Boniface <joshua@boniface.me> | 2024-02-16 03:05:55 -0500 |
commit | bafa6c6c80ae506b55a73ec9c0d825ce10c9d45b (patch) | |
tree | 413af832e352a604f0395a3882111dc195464534 /.gitignore | |
parent | Remove invalid linter rules (diff) | |
download | jellyfin-packaging-bafa6c6c80ae506b55a73ec9c0d825ce10c9d45b.tar.gz jellyfin-packaging-bafa6c6c80ae506b55a73ec9c0d825ce10c9d45b.tar.bz2 jellyfin-packaging-bafa6c6c80ae506b55a73ec9c0d825ce10c9d45b.zip |
Add comments to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +# Ignore temporary build files build/ +# Ignore the output artifact directory out/ +# Ignore the generated Debian changelog debian/changelog |