Files
home/.gitignore
Sebastian Krüger 3f3cfd54b9 Clean up shell init structure and add Zed editor config
- Remove .init/ directory and associated shell scripts
- Update .gitignore and .zshrc configurations
- Add Zed editor settings.json
2025-11-04 01:17:11 +01:00

56 lines
719 B
Plaintext
Executable File

# Ignore everything
*
# But not these files.
!CLAUDE.md
!.gitignore
!.gitconfig
!.gitmodules
!README.md
!.editorconfig
!.prettierrc
!.prettierignore
!package.json
!pnpm-workspace.yaml
!.nvmrc
!.ruby-version
!.python-version
!.pre-commit-config.yaml
!.rubocop.yml
!requirements.txt
!Gemfile
!ecosystem.config.js
!playbook.yml
!.p10k.zsh
!crates.yml
!flatpaks.yml
!eslint.config.mts
!.zprofile
!.zlogout
!.zlogin
!.zshrc
!.zshenv
!.hushlogin
!.last_pwd
!biome.json
!arty.yml
!/.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*