maven/.gitignore
Guillaume Nodet a7a5b8169b
Make sure RAT plugin ignores files in the target folder (#813) (#815)
* 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
2022-10-05 16:44:10 +02:00

18 lines
172 B
Plaintext

**/target/**
.project
.classpath
.settings/
.svn/
# Intellij
*.ipr
*.iml
.idea
.DS_Store
/bootstrap
/dependencies.xml
.java-version
.factorypath
.checkstyle
.vscode/
repo/