Skip to content

Commit 8fb8933

Browse files
authored
Clean up .gitignore by removing unnecessary entries
Removed various shell dotfiles and tool configs from .gitignore.
1 parent 6c18ad9 commit 8fb8933

1 file changed

Lines changed: 1 addition & 24 deletions

File tree

.gitignore

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ env/
3131
.ENV
3232

3333
# IDE
34-
.vscode
34+
.vscode/
3535
.idea/
3636
*.swp
3737
*.swo
@@ -91,26 +91,3 @@ tests/initial_test_state/custom_components/hacs/hacs_frontend/
9191
.auto-claude/
9292
.worktrees/
9393
.claude_settings.json
94-
95-
# Shell dotfiles (WSL2 artifacts)
96-
.bash_profile
97-
.bashrc
98-
.profile
99-
.zprofile
100-
.zshrc
101-
102-
# Tool configs
103-
.gitconfig
104-
.ripgreprc
105-
.mcp.json
106-
107-
# Git bare repo fragments
108-
HEAD
109-
config
110-
hooks
111-
objects
112-
refs
113-
.gitmodules
114-
115-
# Claude Code
116-
.claude/commands

0 commit comments

Comments
 (0)