chore: add .idea/ to .gitignore
Added IntelliJ IDEA project configuration directory to gitignore to prevent IDE-specific files from being committed. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
32b104b4bc
commit
133181aaa9
|
|
@ -29,6 +29,7 @@ Thumbs.db
|
||||||
.prettierrc
|
.prettierrc
|
||||||
|
|
||||||
# IDE and editor configs
|
# IDE and editor configs
|
||||||
|
.idea/
|
||||||
.windsurf/
|
.windsurf/
|
||||||
.trae/
|
.trae/
|
||||||
_bmad*/.cursor/
|
_bmad*/.cursor/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue