diff --git a/.gitignore b/.gitignore index f2c5196..96b327d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,8 @@ +# Ignore inventory file. This are Submodules inventory/ -*.secret \ No newline at end of file + +# Ignore .secret files.... you know, there secret... +*.secret + +# Ignore Caching +cache/ \ No newline at end of file