mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-01-17 00:57:02 +01:00
Instead of copying the files to the normal res folder they get copied to the build folder, which gives the user the hint that they are generated and should not be edited in this location. > **Warning** After pulling this commit both folders '/app/src/main/res' and 'app/src/main/assets' should be deleted if they exist, since they are no longer ignored (since they don't get used anymore)!
53 lines
864 B
Plaintext
53 lines
864 B
Plaintext
gen/
|
|
bin/
|
|
target/
|
|
local.properties
|
|
app/build/intermediates/
|
|
build/
|
|
debug/
|
|
release/
|
|
.gradle/
|
|
|
|
#IntelliJ
|
|
.idea/
|
|
out/production/
|
|
out/test/
|
|
*.iws
|
|
*.ipr
|
|
|
|
# Other
|
|
.metadata
|
|
.svn/
|
|
|
|
|
|
#copied from https://github.com/github/gitignore/blob/main/Gradle.gitignore
|
|
.gradle
|
|
**/build/
|
|
!src/**/build/
|
|
|
|
# Ignore Gradle GUI config
|
|
gradle-app.setting
|
|
|
|
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
|
|
!gradle-wrapper.jar
|
|
|
|
# Avoid ignore Gradle wrappper properties
|
|
!gradle-wrapper.properties
|
|
|
|
# Cache of project
|
|
.gradletasknamecache
|
|
|
|
# Eclipse Gradle plugin generated files
|
|
# Eclipse Core
|
|
.project
|
|
# JDT-specific (Eclipse Java Development Tools)
|
|
.classpath
|
|
#copied from https://github.com/github/gitignore/blob/main/Gradle.gitignore
|
|
|
|
|
|
/AndorsTrail/.gradle
|
|
/AndorsTrail/gradle/wrapper
|
|
/AndorsTrail/app/build/
|
|
/AndorsTrail/app/debug/
|
|
/AndorsTrail/app/release/
|