mirror of
https://github.com/neoromantique/dotfiles.git
synced 2026-03-13 21:53:20 +03:00
21 lines
237 B
Plaintext
21 lines
237 B
Plaintext
# Ignore README and install script in home directory
|
|
README.md
|
|
install.sh
|
|
|
|
# Ignore backup files
|
|
*.pre-ai
|
|
*.bak
|
|
*.orig
|
|
*.backup
|
|
|
|
# Ignore git and editor files
|
|
.git/
|
|
.gitignore
|
|
*.swp
|
|
*~
|
|
.claude/
|
|
|
|
# OS-specific ignores
|
|
.DS_Store
|
|
Thumbs.db
|