Skip to content

Commit c527ad4

Browse files
authored
Merge pull request #1521 from samsonasik/gitignore-clean-up
.gitignore clean up
2 parents 630b792 + f4af282 commit c527ad4

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.gitignore

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,27 +43,22 @@ $RECYCLE.BIN/
4343
# as it poses a security risk.
4444
.env
4545
.vagrant
46-
application/.env
4746
Vagrantfile
4847

4948
#-------------------------
5049
# Temporary Files
5150
#-------------------------
5251
writable/cache/*
5352
!writable/cache/index.html
54-
!writable/cache/.htaccess
5553

5654
writable/logs/*
5755
!writable/logs/index.html
58-
!writable/logs/.htaccess
5956

6057
writable/session/*
6158
!writable/session/index.html
62-
!writable/session/.htaccess
6359

6460
writable/uploads/*
6561
!writable/uploads/index.html
66-
!writable/uploads/.htaccess
6762

6863
writable/debugbar/*
6964

@@ -128,5 +123,4 @@ nb-configuration.xml
128123
.vscode/
129124

130125
/results/
131-
/phpunit*.xml
132-
126+
/phpunit*.xml

0 commit comments

Comments
 (0)