diff --git a/.gitignore b/.gitignore index 2e92c4a3..00265736 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,9 @@ -/asset/ -/vendor/ -/.idea/ -.*.sw[op] +# Exclude all hidden files +.* +# Except those related to Git +!.git* + +# Exclude assets and dependencies installed by composer +composer.lock +asset/ +vendor/