mirror of
https://github.com/acedanger/shell.git
synced 2025-12-06 00:00:13 -08:00
Commit local changes before merging with remote
This commit is contained in:
19
.gitignore
vendored
19
.gitignore
vendored
@@ -18,4 +18,23 @@ _book
|
||||
# swap file
|
||||
*.swp
|
||||
|
||||
# environment files
|
||||
.env
|
||||
|
||||
# Runtime generated files
|
||||
logs/
|
||||
immich_backups/*.gz
|
||||
# Backup files - ignore most backups but keep current state files
|
||||
crontab/crontab-backups/*/archive/
|
||||
!crontab/crontab-backups/*/current-crontab.backup
|
||||
|
||||
# Temporary files
|
||||
*.tmp
|
||||
*.backup
|
||||
|
||||
# backblaze cli <https://www.backblaze.com/docs/cloud-storage-command-line-tools>
|
||||
# can be downloaded from <https://github.com/Backblaze/B2_Command_Line_Tool/releases/latest/download/b2-linux>
|
||||
immich/b2-linux
|
||||
|
||||
# Generated dotfiles - these are created dynamically by bootstrap process
|
||||
dotfiles/my-aliases.zsh
|
||||
|
||||
Reference in New Issue
Block a user