Skip to content

gitignore#248

Merged
wiyarmir merged 1 commit intomainfrom
gitignore
Dec 16, 2025
Merged

gitignore#248
wiyarmir merged 1 commit intomainfrom
gitignore

Conversation

@wiyarmir
Copy link
Copy Markdown
Member

No description provided.

@wiyarmir wiyarmir merged commit 548475e into main Dec 16, 2025
5 checks passed
@wiyarmir wiyarmir deleted the gitignore branch December 16, 2025 15:19
@github-actions
Copy link
Copy Markdown
Contributor

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

Comment thread .idea/.gitignore
/artifacts
# GitHub Copilot persisted chat sessions
/copilot/chatSessions
*.xml
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Broad XML ignore pattern will exclude important config files

The *.xml pattern will ignore all XML files in the .idea directory, including critical shared configuration files like compiler.xml, gradle.xml, misc.xml, and codeStyles/Project.xml that are currently tracked and needed for consistent project setup across team members. The existing gitignore was deliberately selective, only ignoring user-specific files. This broad pattern contradicts that approach and could cause build inconsistencies and lost project settings.

Fix in Cursor Fix in Web

@github-actions
Copy link
Copy Markdown
Contributor

🥳 JUnit passed

Passed Failed Skipped
✅ 38 ❌ 0 ⚠️ 4

You can see the report here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant