Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from google-developer-training/jkcoolmom-gitignore
Browse files Browse the repository at this point in the history
Create .gitignore
  • Loading branch information
jwill committed Dec 17, 2020
2 parents a2fa601 + 8dfb339 commit 0e1b3b6
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# built application files
*.apk
*.ap_

# Mac files
.DS_Store

# files for the dex VM
*.dex

# Java class files
*.class

# generated files
bin/
gen/

# Ignore gradle files
.gradle/
build/

# Local configuration file (sdk path, etc)
local.properties

# Proguard folder generated by Eclipse
proguard/
proguard-project.txt

# Eclipse files
.project
.classpath
.settings/

# Android Studio/IDEA
*.iml
.idea

0 comments on commit 0e1b3b6

Please sign in to comment.