chore: ignore .idea directory in git and docker builds

This commit is contained in:
hkfires
2026-03-01 12:42:59 +08:00
parent 725f4fdff4
commit a8a5d03c33
2 changed files with 2 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ bin/*
.agent/* .agent/*
.agents/* .agents/*
.opencode/* .opencode/*
.idea/*
.bmad/* .bmad/*
_bmad/* _bmad/*
_bmad-output/* _bmad-output/*

1
.gitignore vendored
View File

@@ -41,6 +41,7 @@ GEMINI.md
.agents/* .agents/*
.agents/* .agents/*
.opencode/* .opencode/*
.idea/*
.bmad/* .bmad/*
_bmad/* _bmad/*
_bmad-output/* _bmad-output/*