diff --git a/.gitignore b/.gitignore index 9bea433..fd3a01a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,11 @@ +# Ignore everything. We'll whitelist what we want to pull in. +/* +/*/ -.DS_Store +# Git meta files +!.gitignore +!.gitattributes +!README.md + +# Whitelisted directories/files +!/charles15 \ No newline at end of file