Skip to content

Commit b9af68a

Browse files
committed
added itunes usecase output to .gitignore
1 parent 930ca07 commit b9af68a

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.gitignore

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
/target/
2-
3-
*.prefs
4-
.project
5-
*.classpath
6-
/usecase/movie/output/
7-
/usecase/restaurant/output/
1+
/target/
2+
3+
*.prefs
4+
.project
5+
*.classpath
6+
/usecase/movie/output/
7+
/usecase/restaurant/output/
8+
/winter.iml

usecase/itunes/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/output/

0 commit comments

Comments
 (0)