mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
upon fresh install .config/abook and .config/mpd/playlists and .cache/zsh is not created because of it abook can't create a addressbook and returns a error when launched, while ncmpcpp can't add songs to playlists as the folder doesn't exist, and zsh doesn't create history because the folder doesn't exist solved by adding a .gitignore in those folders and telling git to ignore all files in the folder except .gitignore
7 lines
81 B
Plaintext
7 lines
81 B
Plaintext
# Ignore all files in this dir...
|
|
*
|
|
|
|
# ... except for this one.
|
|
!.gitignore
|
|
!zsh
|