Skip to content

Commit

Permalink
Init .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
arieftb committed Oct 7, 2018
0 parents commit 127acc2
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
#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

# Windows thumbnail db
Thumbs.db

# OSX files
.DS_Store

# Eclipse project files
.classpath
.project

# Android Studio
*.iml
.idea
#.idea/workspace.xml - remove # and delete .idea if it better suit your needs.
.gradle
build/
.navigation
captures/
output.json #Since Android Studio 3.0

#NDK
obj/
.externalNativeBuild

#GITLAB FOR REPO GITS
#.gitlab-ci.yml

*.iml
.gradle
local.properties
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/build
/captures
.externalNativeBuild

0 comments on commit 127acc2

Please sign in to comment.