- 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>
42 lines
500 B
Plaintext
Executable File
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*
|