Code Inspection: Ignore file duplicates
Checks if an entry (pattern) is duplicated in the ignore file (e.g. .gitignore, .hgignore). Duplicate entries in these files are redundant and can be removed.
Example:
# Output directories
/out/
/target/
Last modified: 08 May 2020