1### https://raw.github.com/github/gitignore/14b7566ce157ce95b07006466bacee160f242284/maven.gitignore 2 3target/ 4pom.xml.tag 5pom.xml.releaseBackup 6pom.xml.versionsBackup 7pom.xml.next 8release.properties 9 10 11site-content 12/.classpath 13/.project 14/.settings/ 15 16### Ignore IntelliJ files 17/.idea/ 18*.iml 19/bin/ 20 21### Ignore Visual Studio code files 22/.vscode/ 23