diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..db10595f5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +.DS_Store + +# Python byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +### Gradle ### +.gradle +**/build/ + +# Unencrypted secret files +google-services.json +GoogleService-Info.plist +uri_prefix.txt +server_key.txt +gcs_key_file.json + +# Folders for cmake/test output +*_build/ +*_unity/ +*_unity_seperate/