Skip to content

Instantly share code, notes, and snippets.

@ejcer
Created October 1, 2014 18:21
Show Gist options
  • Save ejcer/832381f4a0ddf5412597 to your computer and use it in GitHub Desktop.
Save ejcer/832381f4a0ddf5412597 to your computer and use it in GitHub Desktop.
@@ -18,6 +18,9 @@
bin/
gen/
+# Mobile Tools for Java (J2ME)
+.mtj.tmp/
+
# Windows thumbnail db
Thumbs.db
@@ -32,6 +35,12 @@ Thumbs.db
.gradle/
build/
+# Built application files
+/*/build/
+
+# Signing files
+.signing/
+
# Local configuration file (sdk path, etc)
local.properties
@@ -43,4 +52,39 @@ proguard/
# Android Studio
.idea
->>>>>>> 2ea409bc8fae2d79845ea20df069a1c7b430e470
+.idea/libraries/
+.idea/workspace.xml
+.idea/tasks.xml
+.idea/.name
+.idea/compiler.xml
+.idea/copyright/profiles_settings.xml
+.idea/encodings.xml
+.idea/misc.xml
+.idea/modules.xml
+.idea_modules/
+.idea/scopes/scope_settings.xml
+.idea/vcs.xml
+*.iml
+.idea/dataSources.ids
+.idea/dataSources.xml
+.idea/sqlDataSources.xml
+.idea/dynamic.xml
+
+
+
+.DS_Store?
+._*
+.Spotlight-V100
+.Trashes
+ehthumbs.db
+Thumbs.db
+
+## File-based project format
+*.ipr
+*.iws
+*.iml
+
+## Additional for IntelliJ
+out/
+
+>>>>>>> 2ea409bc8fae2d79845ea20df069a1c7b430e470
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment