Create space for notes and documentation which should not be committed to git.

- Ignore any file ending with `.secret.md` for sensitive notes
- Ignore any `TODO.md` file as they will contain highly-volatile information.
This commit is contained in:
Joey Hafner 2024-07-18 13:00:47 -07:00
parent 119e7bcc0e
commit 617a9fac2c
No known key found for this signature in database

3
.gitignore vendored
View File

@ -1,6 +1,7 @@
.directory .directory
.htpasswd .htpasswd
.secret.md *.secret.md
TODO.md
dotfiles/.zsh_history dotfiles/.zsh_history
dotfiles/.bash_history dotfiles/.bash_history