EC-21: FEAT: Added new Java package and initialized the repo
Refers Evercatch/evercatch-board#21
This commit is contained in:
13
.gitignore
vendored
13
.gitignore
vendored
@@ -3,6 +3,19 @@
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# Java / Maven / Gradle
|
||||
target/
|
||||
*.class
|
||||
*.jar
|
||||
*.war
|
||||
*.ear
|
||||
.gradle/
|
||||
build/
|
||||
!gradle-wrapper.jar
|
||||
.gradletasknamecache
|
||||
.mvn/timing.properties
|
||||
.mvn/wrapper/maven-wrapper.jar
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
Reference in New Issue
Block a user