The following files and directories should NEVER be added to your dotfiles repository:
- .aws/ - AWS credentials and configuration
- .sshcreds - SSH credentials
- .DBcreds - Database credentials
- .keys/ - Private keys
- .tanium-user-key-encryption.key
- .bash_history - Command history (contains sensitive info)
- .zsh_history - ZSH command history
- .python_history - Python REPL history
- .Trash/ - Deleted files
- .DS_Store - macOS folder metadata
- Check if it contains passwords, tokens, or API keys
- Verify it doesn't contain personal information
- Make sure it's not already in .chezmoiignore
If in doubt, DO NOT add the file.