Skip to content

Commit 52da6dc

Browse files
committed
Merge remote-tracking branch 'origin/3.2.x' into 3.2.x
2 parents c6db1d0 + 82c2daa commit 52da6dc

3 files changed

Lines changed: 5 additions & 11 deletions

File tree

.gitignore

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# assets
22
/assets/backup/*
33
!/assets/backup/index.html
4-
!/assets/backup/.htaccess
54

65
/assets/cache/*
7-
!/assets/cache/.htaccess
86
!/assets/cache/index.html
97
!/assets/cache/siteManager.php
108
!/assets/cache/sitePublishing.idx.php
@@ -13,31 +11,25 @@
1311
!/assets/cache/updater/index.html
1412

1513
/assets/docs/*
16-
!/assets/docs/.htaccess
1714
!/assets/docs/changelog.txt
1815
!/assets/docs/index.html
1916
!/assets/docs/license.txt
2017

2118
/assets/export/*
2219
!/assets/export/index.html
23-
!/assets/export/.htaccess
2420

2521
/assets/files/*
2622
!/assets/files/index.html
27-
!/assets/files/.htaccess
2823

2924
/assets/images/*
3025
!/assets/images/index.html
3126
!/assets/images/evo-logo.png
32-
!/assets/images/.htaccess
3327

3428
/assets/import/*
3529
!/assets/import/index.html
36-
!/assets/import/.htaccess
3730

3831
/assets/site/*
3932
!/assets/site/index.html
40-
!/assets/site/.htaccess
4133

4234
# Core
4335
/core/.install
@@ -49,7 +41,6 @@
4941
# Composer
5042
/composer.phar
5143

52-
!/vendor/.htaccess
5344
!/vendor/index.html
5445

5546
# IDE Helper
@@ -61,17 +52,19 @@ _ide_helper.php
6152
/node_modules
6253
npm-debug.log
6354

64-
6555
#docker
6656
/docker/nginx/logs/*
57+
6758
# System
6859
ftpsync.settings
6960
Thumbs.db
7061
Desktop.ini
7162
.DS_Store
63+
7264
.idea
7365
.vagrant
7466
.rocketeer
67+
**/.htaccess
7568

7669
# except do not ignore .gitignore
7770
!.gitignore

core/storage/sessions/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
!.gitignore

core/storage/sessions/.gitkeep

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)