FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
bitframework/Clean.bat at develop · saeedhalab/bitframework · GitHub
saeedhalab
/
bitframework
Public
forked from
bitfoundation/bitplatform
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
bitframework
/
Clean.bat
Copy path
More file actions
More file actions
Latest commit
History
History
History
11 lines (11 loc) · 640 Bytes
Breadcrumbs
bitframework
/
Clean.bat
Copy path
File metadata and controls
11 lines (11 loc) · 640 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
FOR
/F
"
tokens=*
"
%%G
IN
('DIR /B /AD /S bin')
DO
RMDIR
/S /Q
"
%%G
"
FOR
/F
"
tokens=*
"
%%G
IN
('DIR /B /AD /S obj')
DO
RMDIR
/S /Q
"
%%G
"
FOR
/F
"
tokens=*
"
%%G
IN
('DIR /B /AD /S node_modules')
DO
RMDIR
/S /Q
"
%%G
"
FOR
/F
"
tokens=*
"
%%G
IN
('DIR /B /AD /S Packages')
DO
RMDIR
/S /Q
"
%%G
"
FOR
/F
"
tokens=*
"
%%G
IN
('DIR /B /AD /S .vs')
DO
RMDIR
/S /Q
"
%%G
"
FOR
/F
"
tokens=*
"
%%G
IN
('DIR /B /AD /S TestResults')
DO
RMDIR
/S /Q
"
%%G
"
FOR
/F
"
tokens=*
"
%%G
IN
('DIR /B /AD /S AppPackages')
DO
RMDIR
/S /Q
"
%%G
"
DEL
/Q /F /S
"
Resource.designer.cs
"
DEL
/Q /F /S
"
*.csproj.user
"
DEL
/Q /F /S
"
*.Model.Context.d.ts
"
DEL
/Q /F /S
"
*.Model.Context.js
"
Back
|
FazBrowse Home
|
New Git URL