diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-10-28 14:56:12 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-10-28 15:26:54 -0700 |
| commit | 48ec6b6e703a40ff4731fa840ccbe3fbba41b5e1 (patch) | |
| tree | 3cc21845bdc8a20549631adb791297d2483ecb3e | |
| parent | ee11e40790a511f935c9d6198db20953b87b24b0 (diff) | |
add .zed and log file to .gitignore
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -168,4 +168,6 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ -index.html
\ No newline at end of file +index.html +.zed +nijitrack-logs.txt |
