diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -1,7 +1,8 @@ -.idea/ -target/ -.settings/ -logs/* -.classpath -.project - +.idea/
+target/
+.settings/
+logs/*
+.classpath
+.project
+
+.checkstyle
|