2016-10-31 07:15:29 +01:00
|
|
|
##############
|
|
|
|
### Common ###
|
|
|
|
*~*
|
|
|
|
tmp/
|
|
|
|
*.tmp
|
|
|
|
*.bak
|
|
|
|
*.log
|
|
|
|
|
|
|
|
################
|
|
|
|
### Intellij ###
|
|
|
|
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio
|
|
|
|
*.iml
|
|
|
|
/out/
|
|
|
|
|
|
|
|
.idea/
|
|
|
|
# if you remove the above rule, at least ignore the following:
|
|
|
|
## User-specific stuff:
|
|
|
|
# .idea/workspace.xml
|
|
|
|
# .idea/tasks.xml
|
|
|
|
# .idea/dictionaries
|
|
|
|
## Sensitive or high-churn files:
|
|
|
|
# .idea/dataSources.ids
|
|
|
|
# .idea/dataSources.xml
|
|
|
|
# .idea/sqlDataSources.xml
|
|
|
|
# .idea/dynamic.xml
|
|
|
|
# .idea/uiDesigner.xml
|
|
|
|
|
|
|
|
# Gradle:
|
|
|
|
# .idea/gradle.xml
|
|
|
|
# .idea/libraries
|
2016-08-27 15:17:02 +02:00
|
|
|
|
2016-10-31 07:15:29 +01:00
|
|
|
## File-based project format:
|
|
|
|
*.ipr
|
|
|
|
*.iws
|
2016-08-27 15:17:02 +02:00
|
|
|
|
2016-10-31 07:15:29 +01:00
|
|
|
### Gradle ###
|
2016-03-03 17:46:31 +01:00
|
|
|
.gradle
|
2016-03-20 14:57:16 +01:00
|
|
|
build/
|
2020-12-09 01:07:24 +01:00
|
|
|
dist/
|
2016-10-31 07:15:29 +01:00
|
|
|
gradle-app.setting
|
2016-03-20 14:57:16 +01:00
|
|
|
|
2016-10-31 07:15:29 +01:00
|
|
|
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
|
|
|
|
!gradle-wrapper.jar
|
2016-03-20 14:57:16 +01:00
|
|
|
|
2016-10-31 07:15:29 +01:00
|
|
|
###############
|
|
|
|
### Eclipse ###
|
|
|
|
#.project
|
|
|
|
*.pydevproject
|
|
|
|
.metadata
|
|
|
|
*.swp
|
|
|
|
*~.nib
|
|
|
|
.settings/
|
|
|
|
.loadpath
|
|
|
|
.externalToolBuilders/
|
|
|
|
*.launch
|
|
|
|
.cproject
|
|
|
|
.classpath
|
|
|
|
.factorypath
|
|
|
|
.buildpath
|
|
|
|
.target
|
|
|
|
.texlipse
|
2016-03-20 14:57:16 +01:00
|
|
|
|
2016-10-31 07:15:29 +01:00
|
|
|
############
|
|
|
|
### Java ###
|
|
|
|
*.class
|
|
|
|
.mtj.tmp/
|
|
|
|
*.jar
|
|
|
|
*.war
|
|
|
|
*.ear
|
|
|
|
hs_err_pid*
|
|
|
|
|
|
|
|
###############
|
|
|
|
### Android ###
|
2016-03-20 14:57:16 +01:00
|
|
|
# Built application files
|
|
|
|
*.apk
|
|
|
|
*.ap_
|
|
|
|
|
|
|
|
# Files for the Dalvik VM
|
|
|
|
*.dex
|
|
|
|
|
|
|
|
# Generated files
|
|
|
|
bin/
|
|
|
|
gen/
|
|
|
|
|
2016-10-31 07:15:29 +01:00
|
|
|
# Local configuration file (sdk path, etc)
|
2016-03-20 14:57:16 +01:00
|
|
|
local.properties
|
2016-10-31 07:15:29 +01:00
|
|
|
|
|
|
|
# Proguard
|
2016-03-20 14:57:16 +01:00
|
|
|
proguard/
|
2016-10-31 07:15:29 +01:00
|
|
|
|
|
|
|
# Android Studio Stuff
|
2016-03-20 14:57:16 +01:00
|
|
|
.navigation/
|
2016-10-31 07:15:29 +01:00
|
|
|
gen-external-apklibs
|
2017-10-29 11:01:27 +01:00
|
|
|
|
|
|
|
### Project ##
|
|
|
|
app/src/main/res/raw/changelog.*
|
|
|
|
app/src/main/res/raw/license.*
|
|
|
|
app/src/main/res/raw/readme.*
|
|
|
|
app/src/main/res/raw/contributors.*
|
2018-02-06 23:11:18 +01:00
|
|
|
app/flavor*
|
2017-10-29 11:01:27 +01:00
|
|
|
|
|
|
|
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
|
|
|
|
!gradle-wrapper.jar
|
|
|
|
|