diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-02-17 19:25:41 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-02-17 19:25:41 -0500 |
| commit | da900c1d950c4eb0df3a308dd59a0935f0d3eb47 (patch) | |
| tree | 6ce90d30b12b24678359f5744b66b74d74c2333c | |
| parent | 8906efcec1b204b9f02a9fdb8fb50bc5364b0ab1 (diff) | |
improve gitignore configuration
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ +/lock /nginx-tmp/ /node_modules/ -/static-tmp/ /releases-base -/lock -/venv +/static-tmp/ +/venv/ |
