Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 3 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# assets
/assets/backup/*
!/assets/backup/index.html
!/assets/backup/.htaccess

/assets/cache/*
!/assets/cache/.htaccess
!/assets/cache/index.html
!/assets/cache/siteManager.php
!/assets/cache/sitePublishing.idx.php
Expand All @@ -13,31 +11,25 @@
!/assets/cache/updater/index.html

/assets/docs/*
!/assets/docs/.htaccess
!/assets/docs/changelog.txt
!/assets/docs/index.html
!/assets/docs/license.txt

/assets/export/*
!/assets/export/index.html
!/assets/export/.htaccess

/assets/files/*
!/assets/files/index.html
!/assets/files/.htaccess

/assets/images/*
!/assets/images/index.html
!/assets/images/evo-logo.png
!/assets/images/.htaccess

/assets/import/*
!/assets/import/index.html
!/assets/import/.htaccess

/assets/site/*
!/assets/site/index.html
!/assets/site/.htaccess

# Core
/core/.install
Expand All @@ -49,7 +41,6 @@
# Composer
/composer.phar

!/vendor/.htaccess
!/vendor/index.html

# IDE Helper
Expand All @@ -61,17 +52,19 @@ _ide_helper.php
/node_modules
npm-debug.log


#docker
/docker/nginx/logs/*

# System
ftpsync.settings
Thumbs.db
Desktop.ini
.DS_Store

.idea
.vagrant
.rocketeer
**/.htaccess

# except do not ignore .gitignore
!.gitignore
Expand Down
2 changes: 2 additions & 0 deletions core/storage/sessions/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore
1 change: 0 additions & 1 deletion core/storage/sessions/.gitkeep

This file was deleted.