fix: gitignore was ignoring folders in src, so VS Code search results or file fuzzy finder were not working, etc

This commit is contained in:
Joe Pea 2020-07-15 23:00:28 -07:00
parent 7ea391bfa7
commit d4c9247b87

10
.gitignore vendored
View File

@ -2,10 +2,10 @@
.DS_Store
.idea
node_modules
themes/
lib/
cypress/integration/examples
cypress/fixtures/docs
/themes/
/lib/
/cypress/integration/examples
/cypress/fixtures/docs
# exceptions
!.gitkeep
!.gitkeep