Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3adc3cd

Browse files
authored
update gitignore (iluwatar#1632)
.checkstyle files are being tracked which should not be
1 parent 18a1a72 commit 3adc3cd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.gitignore

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ target
44
.classpath
55
.project
66
*.class
7-
# Package Files #
7+
8+
### Package Files ###
89
*.jar
910
*.war
1011
*.ear
@@ -13,7 +14,8 @@ target
1314
*.swp
1415
datanucleus.log
1516
/bin/
16-
/bin/
17-
/bin/
1817
*.log
1918
event-sourcing/Journal.json
19+
20+
### Checkstyle ###
21+
.checkstyle

0 commit comments

Comments
 (0)