Files
alkaa/.gitignore
Igor Escodro ae6223060c 🔧 Fix check reports issues
A silly mistake while migrating to Gradle 8 and `buildDir` was
deprecated. Turns out that `layout.buildDirectory` is not a simple
String replacement with the new path.

https://docs.gradle.org/current/userguide/upgrading_version_8.html#project_builddir
2023-09-05 16:38:30 -04:00

42 lines
576 B
Plaintext

# Generated files
bin/
gen/
out/
# Gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
# Log Files
*.log
# Android Studio Navigation editor temp files
.navigation/
# Android Studio captures folder
captures/
# Intellij
*.iml
.idea/*
# Keystore files
*.jks
# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild
# Google Services (e.g. APIs or Firebase)
google-services.json
# Freeline
freeline.py
freeline/
freeline_project_description.json