mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-17 04:59:21 +00:00
update gitignore (#1632)
.checkstyle files are being tracked which should not be
This commit is contained in:
committed by
GitHub
parent
18a1a725ee
commit
3adc3cda05
+5
-3
@@ -4,7 +4,8 @@ target
|
||||
.classpath
|
||||
.project
|
||||
*.class
|
||||
# Package Files #
|
||||
|
||||
### Package Files ###
|
||||
*.jar
|
||||
*.war
|
||||
*.ear
|
||||
@@ -13,7 +14,8 @@ target
|
||||
*.swp
|
||||
datanucleus.log
|
||||
/bin/
|
||||
/bin/
|
||||
/bin/
|
||||
*.log
|
||||
event-sourcing/Journal.json
|
||||
|
||||
### Checkstyle ###
|
||||
.checkstyle
|
||||
|
||||
Reference in New Issue
Block a user