Skip to content

Commit 351499e

Browse files
committed
Remove unnecessary gitignore rules
1 parent bd85c5b commit 351499e

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

.gitignore

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,11 @@ web/app/uploads/*
1010
web/wp
1111
web/.htaccess
1212

13-
# WP-CLI
14-
db-sync
15-
sql-dump-*.sql
16-
1713
# Dotenv
1814
.env
1915
.env.*
2016
!.env.example
2117

22-
# Vendor (e.g. Composer)
18+
# Composer
2319
vendor/*
2420
!vendor/.gitkeep
25-
26-
# Node Package Manager
27-
node_modules
28-
29-
# Vagrant
30-
bin
31-
.vagrant

0 commit comments

Comments
 (0)