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:
parent
119e7bcc0e
commit
617a9fac2c
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user