first commit
This commit is contained in:
commit
686af23c21
|
|
@ -0,0 +1,23 @@
|
||||||
|
# Python
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
.venv/
|
||||||
|
*.egg-info/
|
||||||
|
|
||||||
|
# Hersteller-Loader nicht committen — siehe loaders/README.md
|
||||||
|
loaders/kirin/*/
|
||||||
|
!loaders/kirin/.gitkeep
|
||||||
|
loaders/mtk/*/
|
||||||
|
loaders/qualcomm/*/
|
||||||
|
|
||||||
|
# Firmware-Dumps, NV-Backups, IMEI-Listen — niemals
|
||||||
|
*.app
|
||||||
|
*.img
|
||||||
|
*.bin
|
||||||
|
*.nv
|
||||||
|
imei*.txt
|
||||||
|
|
||||||
|
# Editor-Krempel
|
||||||
|
.vscode/
|
||||||
|
.idea/
|
||||||
|
*.swp
|
||||||
Loading…
Reference in New Issue