summaryrefslogtreecommitdiff
path: root/setup.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'setup.ps1')
-rw-r--r--setup.ps13
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.ps1 b/setup.ps1
index 6f51441..93ea482 100644
--- a/setup.ps1
+++ b/setup.ps1
@@ -12,9 +12,6 @@ if (Test-Path "docs/Documents/.git") {
if (Test-Path .cargo) {
attrib +h .cargo
}
-if (Test-Path .github) {
- attrib +h .github
-}
if (Test-Path .temp) {
attrib +h .temp
}