Skip to content

Commit 1242bab

Browse files
committed
chore: include gitignore file
Signed-off-by: Otavio Santana <[email protected]>
1 parent 56007ea commit 1242bab

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
target/
2+
pom.xml.tag
3+
pom.xml.releaseBackup
4+
pom.xml.versionsBackup
5+
pom.xml.next
6+
test-output/
7+
/doc
8+
*.iml
9+
*.log
10+
.classpath
11+
-project
12+
/.resourceCache
13+
/.project
14+
/.idea
15+
.settings/

0 commit comments

Comments
 (0)