Files
2023-03-22 11:26:52 -05:00

40 lines
387 B
Plaintext

# Eclipse
.project
.classpath
.settings
.checkstyle
# IntelliJ IDEA
*.iml
*.ipr
*.iws
/.idea/*
!/.idea/scopes/
classes
gen-external-apklibs
# Gradle
.gradle
build
# Maven
target
release.properties
pom.xml.*
# built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# Local configuration file (sdk path, etc)
local.properties
*.prefs
.DS_Store