blob: 5390dd03f7c17e953cbbd501c2c02d67535f5e17 [file] [log] [blame]
# NOTE: if you modify this file, you probably need to modify the file set that
# is an input to 'maven-assembly-plugin' that generates source distribution.
# This is typically in files named 'src.xml' throughout this repository.
# Ignore files generated by the Maven build process.
target/
bin/
# Ignore IntelliJ files.
.idea/
*.iml
*.ipr
*.iws
# Ignore Eclipse files.
.classpath
.project
.factorypath
.checkstyle
.settings/
# The build process generates the dependency-reduced POM, but it shouldn't be
# committed.
dependency-reduced-pom.xml
# Ignore files that end with '~', since they are most likely auto-save files
# produced by a text editor.
*~
# NOTE: if you modify this file, you probably need to modify the file set that
# is an input to 'maven-assembly-plugin' that generates source distribution.
# This is typically in files named 'src.xml' throughout this repository.