diff options
author | xengineering <me@xengineering.eu> | 2024-01-16 16:59:18 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-01-16 16:59:18 +0100 |
commit | 9e6768b5654d788f3477ea43cfeca187172784bc (patch) | |
tree | 3cd1ad3ae47dca0555b859115f01c906a88d2501 | |
parent | 05f30912be4111c4e24a791277a3d238328f7ee6 (diff) | |
download | dotfiles-9e6768b5654d788f3477ea43cfeca187172784bc.tar dotfiles-9e6768b5654d788f3477ea43cfeca187172784bc.tar.zst dotfiles-9e6768b5654d788f3477ea43cfeca187172784bc.zip |
Move .gitignore to aerc subfolder
The only rule was hiding the accounts.conf file inside the aerc
subfolder. To make the ignore rules more modular it is moved to the
related subfolder.
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | aerc/.gitignore | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 13f1672..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -aerc/accounts.conf diff --git a/aerc/.gitignore b/aerc/.gitignore new file mode 100644 index 0000000..2f8f3cd --- /dev/null +++ b/aerc/.gitignore @@ -0,0 +1 @@ +accounts.conf |