Skip to content

Instantly share code, notes, and snippets.

@nesquena
Last active April 4, 2019 11:22
Show Gist options
  • Save nesquena/5617544 to your computer and use it in GitHub Desktop.
Save nesquena/5617544 to your computer and use it in GitHub Desktop.
Android .gitignore File
# built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
gen/
# Local configuration file (sdk path, etc)
local.properties
# Eclipse project files
.classpath
.project
# Proguard folder generated by Eclipse
proguard/
proguard-project.txt
# Android Studio
*.iml
*.ipr
*.iws
.gradle/**
build/**
.idea/**
import-summary.txt
*.pydevproject
.project
.metadata
.gradle
build/**
bin/**
tmp/**
tmp/**/*
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
# CDT-specific
.cproject
# PDT-specific
.buildpath
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment