mirror of
https://github.com/torlando-tech/columba.git
synced 2025-12-22 05:37:07 +00:00
93 lines
1.1 KiB
Plaintext
93 lines
1.1 KiB
Plaintext
# Compiled class file
|
|
*.class
|
|
|
|
# Log file
|
|
*.log
|
|
|
|
# BlueJ files
|
|
*.ctxt
|
|
|
|
# Mobile Tools for Java (J2ME)
|
|
.mtj.tmp/
|
|
|
|
# Package Files #
|
|
*.jar
|
|
!gradle/wrapper/gradle-wrapper.jar
|
|
*.war
|
|
*.nar
|
|
*.ear
|
|
*.zip
|
|
*.tar.gz
|
|
*.rar
|
|
|
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
hs_err_pid*
|
|
replay_pid*
|
|
|
|
# Kotlin Gradle plugin data, see https://kotlinlang.org/docs/whatsnew20.html#new-directory-for-kotlin-data-in-gradle-projects
|
|
.kotlin/
|
|
|
|
# Android Studio
|
|
.gradle/
|
|
build/
|
|
*/build/
|
|
.idea/
|
|
*.iml
|
|
local.properties
|
|
.navigation/
|
|
captures/
|
|
.externalNativeBuild
|
|
.cxx/
|
|
misc.xml
|
|
deploymentTargetDropDown.xml
|
|
render.experimental.xml
|
|
|
|
# APK files
|
|
*.apk
|
|
*.aab
|
|
*.aar
|
|
*.ap_
|
|
|
|
# Keystore files
|
|
*.jks
|
|
*.keystore
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
env/
|
|
venv/
|
|
*.egg-info/
|
|
dist/
|
|
python/wheels/
|
|
|
|
# Temporary files
|
|
*.swp
|
|
*~
|
|
.DS_Store
|
|
|
|
# Conversion script
|
|
convert_docx.py
|
|
|
|
# Android profiler and analysis
|
|
*.hprof
|
|
lint/
|
|
lint-results*
|
|
|
|
# Firebase (if added in future)
|
|
google-services.json
|
|
|
|
# Release builds
|
|
release/.envrc
|
|
|
|
# Release keystore files (keep private!)
|
|
*.keystore
|
|
*.keystore.b64
|
|
*.jks
|
|
|
|
.envrc
|
|
.python-version
|