1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-16 20:28:28 +01:00
php-e107/.gitignore

28 lines
426 B
Plaintext
Raw Permalink Normal View History

2018-11-06 08:03:40 -06:00
# Ignore IDE files
.idea
.project
2018-11-06 08:03:40 -06:00
composer.phar
# Ignore third-party files
phpDocumentor.phar
# 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
.htaccess
2018-11-06 08:03:40 -06:00
e107.htaccess
e107_config.php
e107_config_*.php
e107_media/*
e107_system/*
2018-11-06 08:03:40 -06:00
e107InstallLog.log
/.settings
e107_core/override
test/*
tmp/*
phpunit/
# Ignore Vim swap files
*.swp
*.swo