diff options
author | Simon Ser <contact@emersion.fr> | 2019-12-12 20:11:38 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2019-12-12 20:11:38 +0100 |
commit | 90080cc8b63ac943c15995e7e2671d58a74b9994 (patch) | |
tree | 14a110c6e8ef6dec2da8ee1f466ef9dab93be474 /.gitignore | |
parent | d0355fa0d85deb2f3a6ebee0e00fec516a3d6f41 (diff) | |
download | alps-90080cc8b63ac943c15995e7e2671d58a74b9994.tar.gz alps-90080cc8b63ac943c15995e7e2671d58a74b9994.zip |
gitignore: don't ignore sourcehut theme
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,3 +1,4 @@ /koushin -/public/themes -/plugins +/public/themes/* +!/public/themes/sourcehut +/plugins/* |