diff --git a/.gitignore b/.gitignore index 6367e5f..841c65c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,25 @@ +tmp/* +[Cc]onfig/core.php +[Cc]onfig/database.php +app/tmp/* +app/[Cc]onfig/core.php +app/[Cc]onfig/database.php +!empty /vendor/* -/config/app.php -/tmp/* -/logs/* + +# OS +.DS_Store +.AppleDouble +.LSOverride +Icon? +._* +.Spotlight-V100 +.Trashes +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk # Ignore the composer lock file-- it should never be included in a distributed package. /composer.lock