Add .gitignore (#13)

This commit is contained in:
Adam Laža
2022-07-28 14:26:53 +02:00
committed by GitHub
parent e82e754e30
commit 62d420811b

21
.gitignore vendored Normal file
View File

@@ -0,0 +1,21 @@
.DS_Store
target/
*.jar
!.mvn/wrapper/*.jar
*.log
# idea
*/.idea
.idea/
.idea/*
*.iml
!.idea/codeStyles
!.idea/vcs.xml
!.idea/eclipseCodeFormatter.xml
# eclipse
.classpath
.project
.settings
bin/