32 lines
309 B
Plaintext
32 lines
309 B
Plaintext
# Shell history and dumps
|
|
*/.zshdump
|
|
*/.zcompdump
|
|
*/.zsh_history
|
|
*/.bash_history
|
|
*/.history
|
|
|
|
# Config files
|
|
*/.env
|
|
*/.env.local
|
|
|
|
# Editor config
|
|
*/.vscode/
|
|
*/.idea/
|
|
|
|
# OS files
|
|
*/.DS_Store
|
|
*/Thumbs.db
|
|
*/.zcompdump
|
|
|
|
# SSH Keys
|
|
*/.ssh/id_*
|
|
*/.ssh/known_hosts*
|
|
|
|
# Lock files
|
|
*/.lock
|
|
*/.pid
|
|
*/.pid.lock
|
|
*/.sock
|
|
|
|
|