Skip to content

Commit

Permalink
Reverse "fix .gitignore"
Browse files Browse the repository at this point in the history
Changing the db and migrations directories to non-relative paths as per 89f4fa2 resulted in a user with `core.ignorecase=true` in his git config having issues with files and folders within his vendor folder to be ignored #965.
  • Loading branch information
thorne51 committed Oct 17, 2016
1 parent 43baf3e commit a35c718
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ composer.lock
tests/log

# ignore core development artifacts
db
migrations
./db
./migrations

# sphinx generates HTML files for the documentation here
docs/_build
Expand Down

0 comments on commit a35c718

Please sign in to comment.