2018-11-06 08:03:40 -06:00
|
|
|
# Ignore IDE files
|
2019-03-29 19:13:32 -05:00
|
|
|
.idea
|
|
|
|
.project
|
2018-11-06 08:03:40 -06:00
|
|
|
composer.phar
|
|
|
|
|
|
|
|
# Ignore third-party files
|
|
|
|
phpDocumentor.phar
|
2020-02-14 11:29:23 +01:00
|
|
|
# Uncomment the following line for e107 v3. See ./e107_handlers/vendor/README.md for details.
|
|
|
|
#e107_handlers/vendor/
|
2018-11-06 08:03:40 -06:00
|
|
|
|
|
|
|
# Ignore user files
|
2019-03-29 19:13:32 -05:00
|
|
|
.htaccess
|
2018-11-06 08:03:40 -06:00
|
|
|
e107.htaccess
|
2019-03-29 19:13:32 -05:00
|
|
|
e107_config.php
|
|
|
|
e107_config_*.php
|
|
|
|
e107_media/*
|
|
|
|
e107_system/*
|
2018-11-06 08:03:40 -06:00
|
|
|
e107InstallLog.log
|
2019-03-29 19:13:32 -05:00
|
|
|
/.settings
|
|
|
|
e107_core/override
|
|
|
|
test/*
|
|
|
|
tmp/*
|
|
|
|
phpunit/
|
|
|
|
|
|
|
|
# Ignore Vim swap files
|
|
|
|
*.swp
|
|
|
|
*.swo
|