Files
home/.gitignore
Sebastian Krüger 8e9dba8ba2 feat: add ASCII art email signature and update documentation
- Add signature.txt with stylish VALKNAR banner and contact info
- Update README.md to document the new signature file
- Clean up .gitignore to track signature.txt
- Remove legacy config files (prettier, rubocop, pre-commit, etc.)
- Update arty.yml with additional installation scripts

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-14 13:05:06 +01:00

42 lines
500 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
!/.config/
!/.config/zed/
!/.config/zed/settings.json
!/.github/
!/.github/**
!.vscode/
!.vscode/settings.json
!.vscode/tasks.json
# Ignore so we won't commit these in the allowed dirctories.
.DS_Store
*.log*
*.db*
*.vscdb*
*.sqlite*
*.bnk*