Files
home/.gitignore
2025-11-25 08:41:49 +01:00

31 lines
366 B
Plaintext
Executable File

# Ignore everything
*
# But not these files.
!CLAUDE.md
!.gitignore
!.gitconfig
!.gitmodules
!README.md
!.editorconfig
!.nvmrc
!.ruby-version
!.python-version
!.p10k.zsh
!.zprofile
!.zlogout
!.zlogin
!.zshrc
!.zshenv
!.hushlogin
!arty.yml
!signature.txt
# Ignore so we won't commit these in the allowed dirctories.
.DS_Store
*.log*
*.db*
*.vscdb*
*.sqlite*
*.bnk*