bitsy-wallet/.gitignore

59 lines
630 B
Plaintext
Raw Normal View History

2018-10-29 21:49:42 +00:00
/.idea/workspace.xml
/.gradle
*~
*.DS_Store
# Ignore all dotfiles...
.*
# except for .gitignore
!.gitignore
# built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
gen/
build/
release/
*/bin/
*/gen/
*/build/
*/debug/
2018-10-29 21:49:42 +00:00
*/release/
# proguard stuff
proguard/
proguard-project.txt
# Local configuration file (sdk path, etc)
local.properties
project.properties
ant.properties
lint.xml
build.xml
.classpath
.project
.settings
# IntelliJ IDEA
.idea/
*.eml
*.iml
*.ipr
*.iws
# Allocation tracker
/captures/*
2019-01-02 15:31:21 +00:00
# Google services info
app/google-services.json