Add .gitignore for post-compilation files

This commit is contained in:
Bea 2021-10-02 17:03:14 +02:00
parent 84a25484c4
commit f3336c9722
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
/.idea
*.class
/target
*.iml