Files
syncthing-android/scripts/debug/win/hide-folders-from-notepad++.cmd
2025-06-26 15:05:49 +02:00

15 lines
193 B
Batchfile

@echo off
cd ..\..\..
::
attrib +h .git
attrib +h .github
attrib +h .gradle
attrib +h .idea
attrib +h .kotlin
attrib +h app\build
attrib +h build
attrib +h syncthing\pkg
timeout 3
::
goto :eof