Skip to content

Instantly share code, notes, and snippets.

@csabatini
Created December 15, 2021 15:57
Show Gist options
  • Save csabatini/5f36b9973092ca55052b6e8ddbdb7bdd to your computer and use it in GitHub Desktop.
Save csabatini/5f36b9973092ca55052b6e8ddbdb7bdd to your computer and use it in GitHub Desktop.
Sample gitignore
# built application files
*.apk
*.ap_
# build system
.gradle
/build
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
gen/
# Local configuration file (sdk path, etc)
local.properties
gradle.properties
# Project files
.classpath
.project
# Intellij project files
*.iml
*.ipr
*.iws
.idea/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment