First commit - checkstyle coming soon

This commit is contained in:
Rongmario 2022-01-06 11:59:55 +00:00
parent 3bac5af457
commit 50bff024bd
9 changed files with 366 additions and 0 deletions

22
.gitignore vendored Normal file
View file

@ -0,0 +1,22 @@
# eclipse
bin
*.launch
.settings
.metadata
.classpath
.project
# idea
out
*.ipr
*.iws
*.iml
.idea
# gradle
build
.gradle
# other
eclipse
run