Skip to content

Commit cae4715

Browse files
committed
Updated .gitignore to exclude only files in root dir.
1 parent 1c1f5b6 commit cae4715

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.gitignore

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
.logs
2-
composer.lock
3-
build
4-
node_modules
1+
/.logs
2+
/build
3+
/composer.lock
4+
/node_modules
5+
/vendor

.scaffold/tests/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
/node_modules
21
/coverage
2+
/node_modules

0 commit comments

Comments
 (0)