mirror of
https://github.com/Catfriend1/syncthing-android.git
synced 2025-11-05 13:29:46 +08:00
SyncthingDevInstance Make Notepad++ recognize build intermediate folders as hidden folders on windows.
14 lines
169 B
Batchfile
14 lines
169 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
|
|
timeout 3
|
|
::
|
|
goto :eof
|