Skip to content

Commit 19b212c

Browse files
committed
fix gitignore with new module structure for examples
1 parent a8169ba commit 19b212c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ config.php
66
!/assets/.keep
77
!/assets/uploads/.keep
88
modules/*
9-
!modules/now_playing
10-
!modules/logger
11-
!modules/tutorial
9+
!modules/NowPlaying
10+
!modules/Logger
11+
!modules/Tutorial
1212
.*.swp
1313
.*.swo
1414
.well-known

0 commit comments

Comments
 (0)