diff --git a/.gitignore b/.gitignore index d29ff23..30c2437 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,9 @@ -update.json \ No newline at end of file +# Ignore Everything +/* + +# Except + +!/src/ +!build.gradle +!README.md +!version.json \ No newline at end of file