diff options
| author | the lemons <citrons@mondecitronne.com> | 2022-05-25 01:11:40 -0500 |
|---|---|---|
| committer | the lemons <citrons@mondecitronne.com> | 2022-05-25 01:11:40 -0500 |
| commit | e13b771bb4703e984652525a471583edb3e8f7f4 (patch) | |
| tree | 6ae819df7c1ce836d7e0a05bc4965d80639b0aad | |
| parent | 70411657215f7cbe760bee200dcb189855136a14 (diff) | |
gitignore
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | debug/nginx.pid | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -1 +1,3 @@ debug/*.log +debug/*.pid +content diff --git a/debug/nginx.pid b/debug/nginx.pid deleted file mode 100644 index 0ba77d1..0000000 --- a/debug/nginx.pid +++ /dev/null @@ -1 +0,0 @@ -947417 |
