Skip to content
This repository was archived by the owner on Nov 7, 2020. It is now read-only.

Commit fee0006

Browse files
committed
collapse gitignores
1 parent 16314f2 commit fee0006

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.gitignore

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
/composer.lock
2-
/node_modules/
3-
/package-lock.json
1+
**/*.git
2+
**/.DS_Store
3+
**/.sass-cache/
4+
**/composer.lock
5+
**/node_modules/
6+
**/package-lock.json
7+
**/secrets.json
8+
**/wp-config.php
9+
/build/bob
410
/build/lib/vendor/
5-
/build/composer.lock
11+
/lib/vendor/

build/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)