mirror of
https://github.com/apache/maven.git
synced 2025-02-06 18:18:48 +00:00
* Make sure RAT plugin ignores files in the target folder * Fix gitignore so that it can work with rat, do not inherit execution in children, use a single place to configure rat * Exclude .asf.yaml from rat check * Add repo/ to the .gitignore file as it's often used for local repository
18 lines
172 B
Plaintext
18 lines
172 B
Plaintext
**/target/**
|
|
.project
|
|
.classpath
|
|
.settings/
|
|
.svn/
|
|
# Intellij
|
|
*.ipr
|
|
*.iml
|
|
.idea
|
|
.DS_Store
|
|
/bootstrap
|
|
/dependencies.xml
|
|
.java-version
|
|
.checkstyle
|
|
.factorypath
|
|
.vscode/
|
|
repo/
|