vpnhide/.gitignore
okhsunrog 4b0a597860 chore(scripts): rewrite update-version in python, add changelog-add
Replace the bash update-version.sh with a python equivalent that also
rotates the changelog (previous top-level → history[0], new empty
top-level for the new VERSION) and regenerates update-json/changelog.md
from the JSON source of truth.

Add changelog-add.py for appending a bilingual entry (EN + RU) to the
upcoming version's section.

Both scripts are uv inline scripts; shared helpers live in _changelog.py.
2026-04-16 00:18:25 +03:00

44 lines
687 B
Text

# Zygisk (Rust)
zygisk/target/
zygisk/.vscode/
zygisk/.idea/
# LSPosed (Kotlin/Gradle)
lsposed/.gradle/
lsposed/build/
lsposed/app/build/
lsposed/.idea/
lsposed/*.iml
lsposed/local.properties
lsposed/captures/
lsposed/*.jks
lsposed/*.keystore
lsposed/keystore.properties
lsposed/app/src/main/jniLibs/
lsposed/native/target/
# Portshide (iptables module)
portshide/vpnhide-ports.zip
# Kmod (kernel module)
kmod/*.o
kmod/*.mod
kmod/*.mod.c
kmod/*.mod.o
kmod/Module.symvers
kmod/modules.order
kmod/.tmp_versions/
kmod/vpnhide-kmod.zip
kmod/.*.cmd
kmod/*.usyms
kmod/vpnhide_kmod.ko
kmod/module/vpnhide_kmod.ko
kmod/.env
kmod/*.lds
# General
*.swp
*.log
/tmp/
/*.zip
scripts/__pycache__/