mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-07-25 06:45:19 +00:00
init
This commit is contained in:
+57
@@ -0,0 +1,57 @@
|
||||
# Android Studio / IntelliJ
|
||||
.idea/
|
||||
*.iml
|
||||
build/
|
||||
!*/build/filtered-manifest/
|
||||
!*/build/generated/
|
||||
!*/build/intermediates/
|
||||
local.properties
|
||||
.gradle/
|
||||
captures/
|
||||
.externalNativeBuild/
|
||||
debug_keystore/
|
||||
*.keystore
|
||||
debug.keystore
|
||||
|
||||
# Gradle
|
||||
/build/
|
||||
/.gradle/
|
||||
/captures/
|
||||
*.apk
|
||||
*.aab
|
||||
*.ap_
|
||||
*.dex
|
||||
|
||||
# Mac
|
||||
.DS_Store
|
||||
*.swp
|
||||
*~
|
||||
|
||||
# Maven
|
||||
target/
|
||||
pom.xml.tag
|
||||
pom.xml.releaseBackup
|
||||
pom.xml.versionsBackup
|
||||
pom.xml.next
|
||||
release.properties
|
||||
dependency-reduced-pom.xml
|
||||
|
||||
# Linters
|
||||
.lint/
|
||||
|
||||
# Other
|
||||
*.log
|
||||
.cxx/
|
||||
*build/
|
||||
out/
|
||||
gen/
|
||||
*~
|
||||
*.swp
|
||||
*.lock
|
||||
|
||||
# Google services
|
||||
google-services.json
|
||||
|
||||
# Keystore files
|
||||
*.jks
|
||||
*.keystore
|
||||
Reference in New Issue
Block a user