Skip to content

Commit 3b444ca

Browse files
authored
Clear Cache Steam ( Saints Bulan )
Steam Cleaner is a tool that will remove large amounts of data left behind by Steam, Origin, Uplay and GoG. This tool can clear up gigabytes of data in a few seconds. There is no configuration needed, simply run it and it will detect all your installed games and then some. It recommend before or after u use any 'kuasa bulan' to your main acc. This software is under development still got a lot improvement.. follow on my discord to get update on this project.
1 parent 7417628 commit 3b444ca

File tree

7 files changed

+922
-0
lines changed

7 files changed

+922
-0
lines changed

.github/workflows/.gitignore

Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
# Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
2+
[Bb]in/
3+
[Oo]bj/
4+
5+
# mstest test results
6+
TestResults
7+
8+
## Ignore Visual Studio temporary files, build results, and
9+
## files generated by popular Visual Studio add-ons.
10+
11+
# User-specific files
12+
*.suo
13+
*.user
14+
*.sln.docstates
15+
*.userprefs
16+
17+
# Build results
18+
[Dd]ebug/
19+
[Rr]elease/
20+
x64/
21+
*_i.c
22+
*_p.c
23+
*.ilk
24+
*.meta
25+
*.obj
26+
*.pch
27+
*.pdb
28+
*.pgc
29+
*.pgd
30+
*.rsp
31+
*.sbr
32+
*.tlb
33+
*.tli
34+
*.tlh
35+
*.tmp
36+
*.log
37+
*.vspscc
38+
*.vssscc
39+
.builds
40+
41+
# Visual C++ cache files
42+
ipch/
43+
*.aps
44+
*.ncb
45+
*.opensdf
46+
*.sdf
47+
48+
# Visual Studio profiler
49+
*.psess
50+
*.vsp
51+
*.vspx
52+
.vs
53+
.vs/
54+
55+
# Guidance Automation Toolkit
56+
*.gpState
57+
58+
# ReSharper is a .NET coding add-in
59+
_ReSharper*
60+
61+
# NCrunch
62+
*.ncrunch*
63+
.*crunch*.local.xml
64+
65+
# Installshield output folder
66+
[Ee]xpress
67+
68+
# DocProject is a documentation generator add-in
69+
DocProject/buildhelp/
70+
DocProject/Help/*.HxT
71+
DocProject/Help/*.HxC
72+
DocProject/Help/*.hhc
73+
DocProject/Help/*.hhk
74+
DocProject/Help/*.hhp
75+
DocProject/Help/Html2
76+
DocProject/Help/html
77+
78+
# Click-Once directory
79+
publish
80+
81+
# Publish Web Output
82+
*.Publish.xml
83+
84+
# NuGet Packages Directory
85+
packages
86+
87+
# Windows Azure Build Output
88+
csx
89+
*.build.csdef
90+
91+
# Windows Store app package directory
92+
AppPackages/
93+
94+
# Others
95+
[Bb]in
96+
[Oo]bj
97+
sql
98+
TestResults
99+
[Tt]est[Rr]esult*
100+
*.Cache
101+
ClientBin
102+
[Ss]tyle[Cc]op.*
103+
~$*
104+
*.dbmdl
105+
Generated_Code #added for RIA/Silverlight projects
106+
107+
# Backup & report files from converting an old project file to a newer
108+
# Visual Studio version. Backup files are not needed, because we have git ;-)
109+
_UpgradeReport_Files/
110+
Backup*/
111+
UpgradeLog*.XML
112+
113+
Installer/*setup.exe

0 commit comments

Comments
 (0)