Skip to content

Commit

Permalink
Add proper gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
terjokhin committed Jun 12, 2020
1 parent 009d6a6 commit b5b75c6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
*.class
*.log
logs
target
/.idea*
/.idea_modules
*.iml
/.classpath
/project/project
/project/target
/.settings
/.project

0 comments on commit b5b75c6

Please sign in to comment.