Skip to content

Commit

Permalink
Merge pull request #1521 from samsonasik/gitignore-clean-up
Browse files Browse the repository at this point in the history
.gitignore clean up
  • Loading branch information
jim-parry authored Nov 22, 2018
2 parents 630b792 + f4af282 commit c527ad4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,27 +43,22 @@ $RECYCLE.BIN/
# as it poses a security risk.
.env
.vagrant
application/.env
Vagrantfile

#-------------------------
# Temporary Files
#-------------------------
writable/cache/*
!writable/cache/index.html
!writable/cache/.htaccess

writable/logs/*
!writable/logs/index.html
!writable/logs/.htaccess

writable/session/*
!writable/session/index.html
!writable/session/.htaccess

writable/uploads/*
!writable/uploads/index.html
!writable/uploads/.htaccess

writable/debugbar/*

Expand Down Expand Up @@ -128,5 +123,4 @@ nb-configuration.xml
.vscode/

/results/
/phpunit*.xml

/phpunit*.xml

0 comments on commit c527ad4

Please sign in to comment.