Skip to content

Commit

Permalink
Merge pull request #286 from roots/gitignore-cleanup
Browse files Browse the repository at this point in the history
Remove unnecessary gitignore rules
  • Loading branch information
retlehs authored Jan 7, 2017
2 parents bd85c5b + 351499e commit d0cc7f7
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,11 @@ web/app/uploads/*
web/wp
web/.htaccess

# WP-CLI
db-sync
sql-dump-*.sql

# Dotenv
.env
.env.*
!.env.example

# Vendor (e.g. Composer)
# Composer
vendor/*
!vendor/.gitkeep

# Node Package Manager
node_modules

# Vagrant
bin
.vagrant

0 comments on commit d0cc7f7

Please sign in to comment.