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

28 lines
426 B
Plaintext

# Ignore IDE files
.idea
.project
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/
# Ignore user files
.htaccess
e107.htaccess
e107_config.php
e107_config_*.php
e107_media/*
e107_system/*
e107InstallLog.log
/.settings
e107_core/override
test/*
tmp/*
phpunit/
# Ignore Vim swap files
*.swp
*.swo