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

Commit 04d14ed

Browse files
committed
collapse gitignores
1 parent 016f2b4 commit 04d14ed

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.gitignore

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
/composer.lock
2-
/node_modules/
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
310
/build/lib/vendor/
4-
/build/composer.lock
5-
/package-lock.json
11+
/lib/vendor/

build/.gitignore

-1
This file was deleted.

lib/.gitignore

-1
This file was deleted.

0 commit comments

Comments
 (0)