diff options
author | Frederick Muriuki Muriithi | 2023-08-04 12:51:41 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-08-04 12:51:41 +0300 |
commit | b7f5cd0d788748559ca5e9768f3ea35d45442ef6 (patch) | |
tree | d7918afe0684370db6442fd05e50d370fb47e78a /.gitignore | |
parent | 1c37069b05145145ee7fa98b54c2bd2ab23fb45d (diff) | |
download | gn-auth-b7f5cd0d788748559ca5e9768f3ea35d45442ef6.tar.gz |
Ignore site-local startup scripts
Ignore the local script(s) we use to launch the application.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |