|
@@ -15,4 +15,34 @@
|
|
|
/app/sheep/release/
|
|
/app/sheep/release/
|
|
|
*.txt
|
|
*.txt
|
|
|
.idea/
|
|
.idea/
|
|
|
-.idea/*
|
|
|
|
|
|
|
+.idea/*### Android template
|
|
|
|
|
+# Gradle files
|
|
|
|
|
+.gradle/
|
|
|
|
|
+build/
|
|
|
|
|
+
|
|
|
|
|
+# Local configuration file (sdk path, etc)
|
|
|
|
|
+local.properties
|
|
|
|
|
+
|
|
|
|
|
+# Log/OS Files
|
|
|
|
|
+*.log
|
|
|
|
|
+
|
|
|
|
|
+# Android Studio generated files and folders
|
|
|
|
|
+captures/
|
|
|
|
|
+.externalNativeBuild/
|
|
|
|
|
+.cxx/
|
|
|
|
|
+*.apk
|
|
|
|
|
+output.json
|
|
|
|
|
+
|
|
|
|
|
+# IntelliJ
|
|
|
|
|
+*.iml
|
|
|
|
|
+.idea/
|
|
|
|
|
+misc.xml
|
|
|
|
|
+deploymentTargetDropDown.xml
|
|
|
|
|
+render.experimental.xml
|
|
|
|
|
+
|
|
|
|
|
+# Google Services (e.g. APIs or Firebase)
|
|
|
|
|
+google-services.json
|
|
|
|
|
+
|
|
|
|
|
+# Android Profiling
|
|
|
|
|
+*.hprof
|
|
|
|
|
+
|