chore(gitignore): ignore releases/ build artifacts
Plugin builds (*.plugin) attach to GitHub Releases, not Git tree. Triggered by klarheit-mit-idea2self-2.0.0.plugin (113 KB) appearing untracked after release build.
This commit is contained in:
@@ -14,3 +14,6 @@ Thumbs.db
|
||||
# Logs / temp
|
||||
*.log
|
||||
*.tmp
|
||||
|
||||
# Release build artifacts (attach to GitHub Releases instead)
|
||||
releases/
|
||||
|
||||
Reference in New Issue
Block a user