darkman: if you must execute .gitignore so be it

This commit is contained in:
Aminda Suomalainen 2024-07-22 14:47:01 +03:00
parent 0671a49edd
commit bb1a379bca
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 4 additions and 0 deletions

2
local/share/dark-mode.d/.gitignore vendored Executable file
View File

@ -0,0 +1,2 @@
#!/usr/bin/env bash
exit 0

2
local/share/light-mode.d/.gitignore vendored Normal file → Executable file
View File

@ -1 +1,3 @@
#!/usr/bin/env bash
exit 0
00-do-not-repeat-yourself.bash