12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- # SPDX-FileCopyrightText: Adam Evyčędo
- #
- # SPDX-License-Identifier: GPL-3.0-or-later
- # Built application files
- *.apk
- *.ap_
- # Files for the ART/Dalvik VM
- *.dex
- # Java class files
- *.class
- # 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/workspace.xml
- .idea/*
- # Keystore files
- *.jks
- /.idea/libraries
- .DS_Store
- /captures
- .externalNativeBuild
- app/release/
- research/localonly
- database/timetable*
- converter/local/*.gz
- converter/local/*.db
- converter/local/metadata.yml
- converter/local/__pycache__
- converter/local/config.py
- .kotlin
|