.ignore support plugin for IntelliJ IDEA
Stars
1.3k
Forks
180
Watchers
1.3k
Open Issues
21
Overall repository health assessment
No package.json found
This might not be a Node.js project
1.3k
commits
79
commits
28
commits
18
commits
14
commits
8
commits
2
commits
2
commits
2
commits
1
commits
Refactored `IgnoreFilesIndex` to use `runCatching` for streamlined exception handling and improved readability.
5abf895View on GitHubFixed: `UTFDataFormatException` during indexing in large projects by replacing `writeUTF`/`readUTF` with `IOUtil` methods that can handle large data #943
7c084a8View on GitHubFixed potential `ClassCastException` by using safe cast for `PsiFile` in `AddTemplateAction`.
bb78929View on GitHubRefactored `handleEvent` to use file extension mapping for improved file type association handling and avoid reading FS.
f065113View on GitHubRemoved references to Toptal templates and related resources.
a0a42c8View on GitHubGradle configuration update: adjusted IntelliJ platform version and properties, refined dependency management, and updated documentation links.
002046dView on GitHubUpdated dependencies in `libs.versions.toml` (plugins and versions).
88e7d26View on GitHubGitHub Actions update: Updated actions versions and improved changelog handling.
0142afdView on GitHub