aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: f43fea026864bffed9067e99d4099456381c3375 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
### https://raw.github.com/github/gitignore/14b7566ce157ce95b07006466bacee160f242284/maven.gitignore

target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties


site-content
/.classpath
/.project
/.settings/

### Ignore IntelliJ files
/.idea/
*.iml
/bin/

### Ignore Visual Studio code files
/.vscode/