Skip to content

Commit dd386e3

Browse files
committed
Adding gitignore
1 parent 337eb3d commit dd386e3

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
*.class
2+
*.jar
3+
*.dll
4+
5+
# Maven #
6+
target/
7+
pom.xml.versionsBackup
8+
9+
# IntelliJ Settings Files (https://intellij-support.jetbrains.com/hc/en-us/articles/206544839-How-to-manage-projects-under-Version-Control-Systems) #
10+
.idea/**/workspace.xml
11+
.idea/**/tasks.xml
12+
.idea/dictionaries
13+
.idea/**/libraries/
14+
.idea/.name
15+
.idea/encodings.xml
16+
.idea/compiler.xml
17+
.idea/jarRepositories.xml
18+
*.iml

0 commit comments

Comments
 (0)