Skip to content

Commit 487b8cb

Browse files
committed
Replaced negative ignore with specifying rules that ignore only sub-folders of root folder.
1 parent 91a47c8 commit 487b8cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ node_modules/
1717
*.map
1818

1919
.sass-cache
20-
extension/
21-
app/
20+
### folders built by preact or gulp
21+
/build/
22+
/extension/
23+
/app/
2224

23-
build
2425
src/lib/vue-sequence-bundle.*.js
2526
extension-*.zip
2627
.firebase
2728
size-plugin.json
2829
extension.zip
29-
!src/extension

0 commit comments

Comments
 (0)