Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
!.idea/

# IA Agents stuff
.idea/copilot.*

# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
Expand All @@ -12,6 +15,9 @@
# Generated files
.idea/**/contentModel.xml
.idea/php-test-framework.xml
/.idea/codeception.xml
/.idea/copilot.data.migration.agent.xml
/.idea/phpspec.xml

# Sensitive or high-churn files
.idea/**/dataSources/
Expand Down
Loading