aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2023-08-04 12:51:41 +0300
committerFrederick Muriuki Muriithi2023-08-04 12:51:41 +0300
commitb7f5cd0d788748559ca5e9768f3ea35d45442ef6 (patch)
treed7918afe0684370db6442fd05e50d370fb47e78a
parent1c37069b05145145ee7fa98b54c2bd2ab23fb45d (diff)
downloadgn-auth-b7f5cd0d788748559ca5e9768f3ea35d45442ef6.tar.gz
Ignore site-local startup scripts
Ignore the local script(s) we use to launch the application.
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 0767c74..591ce99 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,4 +5,7 @@
/**/*~
# yoyo configs
-/**/yoyo*.ini \ No newline at end of file
+/**/yoyo*.ini
+
+# site-local startup scripts
+/run-*.sh \ No newline at end of file