Skip to content

Instantly share code, notes, and snippets.

@Pulimet
Created January 16, 2018 07:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Pulimet/c11424d208f8b0f77b4601cecfb31a96 to your computer and use it in GitHub Desktop.
Save Pulimet/c11424d208f8b0f77b4601cecfb31a96 to your computer and use it in GitHub Desktop.
# Gradle files
.gradle/
# Intellij
.idea/
*.iml
# Build
build/
# Android Studio captures folder
captures/
# Gradle files
/gradle/
/gradlew
/gradlew.bat
# Generated files
bin/
gen/
out/
# Local configuration file (sdk path, etc)
local.properties
# Android Studio Navigation editor temp files
.navigation/
# Log Files
*.log
# Keystore files
*.jks
# Signing files
.signing/
# IntelliJ IDEA
*.iws
# OS-specific files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.ear
# virtual machine crash logs (Reference: http://www.java.com/en/download/help/error_hotspot.xml)
hs_err_pid*
## Plugin-specific files:
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
fabric.properties
### Windows ###
# Windows thumbnail cache files
ehthumbs_vista.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msm
*.msp
# Windows shortcuts
*.lnk
### Gradle ###
# Ignore Gradle GUI config
gradle-app.setting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment