diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dfd344f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/.gradle/ +/.idea/ \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore index 35410ca..15e772a 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -6,3 +6,5 @@ # Datasource local storage ignored files /dataSources/ /dataSources.local.xml +/.idea +/.gradle