Bug #70097
closedexcludeForPackaging: exclude common files/directories
100%
Description
Problem/Description¶
1) When exporting extensions through the extension manager custom .htaccess files (mostly used when you want to prevent access to directory) are actually excluded.
2) Some common folders .sass-cache
. node_modules
and bower_components
are actually not excluded by default. This often causes problems - especially if there is a large amount of data in it.
ToDo(s)¶
- exclude
.htaccess
files - include
.sass-cache
.node_modules
andbower_components
Acceptance Criteria¶
- (self-explanatory)
Updated by Gerrit Code Review about 9 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43556
Updated by Gerrit Code Review about 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43556
Updated by Gerrit Code Review about 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43556
Updated by Josef F. Glatz (Old User) about 9 years ago
- Target version changed from 7 LTS to 7.5
Updated by Gerrit Code Review about 9 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43556
Updated by Josef F. Glatz (Old User) about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5001e940e9691ace4c6f7622286b3abccc8ffa93.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed