Skip to content

Commit b6ed96e

Browse files
committed
Fix gitignore paths
1 parent ddaf98f commit b6ed96e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.gitignore

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
.DS_Store
22
.idea
33
*.log
4-
_playwright-report
5-
_playwright-results
6-
lib
7-
node_modules
8-
themes
4+
/_playwright-report
5+
/_playwright-results
6+
/lib
7+
/node_modules
8+
/themes
99

1010
# exceptions
1111
!.gitkeep

0 commit comments

Comments
 (0)