mirror of
https://github.com/whyorean/AuroraStore.git
synced 2026-04-18 22:09:32 -04:00
Resolve license and copyright issues for all files other than the "app/" module Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
56 lines
668 B
Plaintext
56 lines
668 B
Plaintext
#
|
|
# SPDX-FileCopyrightText: 2021-2025 Aurora OSS
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
#
|
|
|
|
# Built application files
|
|
*.apk
|
|
*.ap_
|
|
|
|
# Files for the Dalvik VM
|
|
*.dex
|
|
|
|
# Java class files
|
|
*.class
|
|
|
|
# Generated files
|
|
bin/
|
|
gen/
|
|
|
|
# Gradle files
|
|
.gradle/
|
|
build/
|
|
/*/build/
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
local.properties
|
|
|
|
# Proguard folder generated by Eclipse
|
|
proguard/
|
|
|
|
# Log Files
|
|
*.log
|
|
|
|
# From .gitignore generated by Android Studio
|
|
*.iml
|
|
.DS_Store
|
|
/captures
|
|
/.idea
|
|
/.gradle*
|
|
gradle-app.setting
|
|
*.zip
|
|
|
|
app/release/*
|
|
app/nightly/*
|
|
app/vanilla/*
|
|
app/huawei/*
|
|
app/preload/*
|
|
|
|
|
|
#Exclude signing configurations & keystore
|
|
signing.properties
|
|
*.keystore
|
|
|
|
|
|
.kotlin/*
|