lightning-i2p/.gitignore

55 lines
700 B
Plaintext
Raw Normal View History

2015-05-02 16:40:40 +00:00
# Android Studio
2015-05-03 11:56:22 +00:00
*.jks
.DS_Store
2015-05-02 16:40:40 +00:00
/local.properties
/.idea/workspace.xml
/build
2013-02-16 03:18:08 +00:00
# External tool builders
.externalToolBuilders/
# CDT-specific
.cproject
# PDT-specific
.buildpath
# Windows image file caches
Thumbs.db
2015-05-03 11:56:22 +00:00
ehthumbs.db
2013-02-16 03:18:08 +00:00
2015-05-03 11:56:22 +00:00
# Local configuration file (sdk path, etc)
local.properties
gradle.properties
.directory
2013-02-16 03:18:08 +00:00
2015-05-03 11:56:22 +00:00
# Intellij project files
*.ipr
*.iws
.idea/
2013-02-16 03:18:08 +00:00
2015-05-03 11:56:22 +00:00
# Gradle
2013-02-16 03:18:08 +00:00
build
.gradle
# https://gist.github.com/AltNico/c581f370b3f88715876b
*.apk
*.ap_
*.dex
*.class
build.xml
.DS_Store
gen/
.gradle/
proguard/
out
.settings/
*.swp
*~
# Source:
# https://raw.githubusercontent.com/github/gitignore/master/Android.gitignore
# https://gitlab.com/fdroid/fdroidclient/raw/master/.gitignore
*.iml