Skip to content

Commit d4c9247

Browse files
committed
fix: gitignore was ignoring folders in src, so VS Code search results or file fuzzy finder were not working, etc
1 parent 7ea391b commit d4c9247

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.gitignore

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
.DS_Store
33
.idea
44
node_modules
5-
themes/
6-
lib/
7-
cypress/integration/examples
8-
cypress/fixtures/docs
5+
/themes/
6+
/lib/
7+
/cypress/integration/examples
8+
/cypress/fixtures/docs
99

1010
# exceptions
11-
!.gitkeep
11+
!.gitkeep

0 commit comments

Comments
 (0)