mirror of
https://github.com/getumbrel/umbrel.git
synced 2026-03-26 04:41:44 +00:00
17 lines
189 B
Plaintext
17 lines
189 B
Plaintext
# Ignore all the bash stuff
|
|
|
|
.bash_history
|
|
.bash_logout
|
|
.bashrc
|
|
.profile
|
|
.ssh
|
|
.viminfo
|
|
|
|
# Files created by containers that we shouldn't accidently commit
|
|
*.dat
|
|
*.log
|
|
*.lock
|
|
*.cookie
|
|
*.pid
|
|
|