aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--hugo-watch.ps11
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index fa39361..bd6e25a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
**/public
**/themes
-.hugo_build.lock \ No newline at end of file
+.hugo_build.lock
+*.ps1 \ No newline at end of file
diff --git a/hugo-watch.ps1 b/hugo-watch.ps1
deleted file mode 100644
index 809d008..0000000
--- a/hugo-watch.ps1
+++ /dev/null
@@ -1 +0,0 @@
-docker run --rm -it -v "$(Get-Location):/src/homepage" -p 1313:1313 klakegg/hugo:alpine serve -D --poll 700ms -s /src/homepage \ No newline at end of file