-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2,326 changed files
with
68,929 additions
and
123,136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,74 @@ | ||
# ignore any files beginning with . | ||
#\.* | ||
# assets | ||
/assets/.thumbs/* | ||
!/assets/.thumbs/index.html | ||
!/assets/.thumbs/.htaccess | ||
|
||
/assets/backup/* | ||
!/assets/backup/index.html | ||
!/assets/backup/.htaccess | ||
|
||
# and any files in the cache directory | ||
/assets/cache/* | ||
!/assets/cache/.htaccess | ||
!/assets/cache/index.html | ||
!/assets/cache/siteManager.php | ||
!/assets/cache/sitePublishing.idx.php | ||
!/assets/cache/images/index.html | ||
!/assets/cache/rss/index.html | ||
!/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 | ||
|
||
# and the config file | ||
/assets/site/* | ||
!/assets/site/index.html | ||
!/assets/site/.htaccess | ||
|
||
# Manager | ||
/manager/includes/config.inc.php | ||
|
||
# Composer | ||
/composer.phar | ||
/vendor/* | ||
!/vendor/.htaccess | ||
!/vendor/index.html | ||
|
||
# IDE Helper | ||
modx_evolution.IDEhelper.php | ||
_ide_helper.php | ||
.phpstorm.meta.php | ||
|
||
#node.JS | ||
/node_modules | ||
npm-debug.log | ||
|
||
# System | ||
ftpsync.settings | ||
Thumbs.db | ||
Desktop.ini | ||
.DS_Store | ||
.idea | ||
.vagrant | ||
.rocketeer | ||
|
||
# except do not ignore .gitignore | ||
!.gitignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
IndexIgnore */* | ||
<Files *.php> | ||
Order Deny,Allow | ||
Deny from all | ||
</Files> |
Empty file.
0
assets/cache/updater/.htaccess → assets/backup/.htaccess
100644 → 100755
File renamed without changes.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.