diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-10-28 14:56:12 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-10-28 14:56:12 -0700 |
| commit | 130eb1f7b4554006e848cc23c1bf9bf2dd269c80 (patch) | |
| tree | 57847650525e1f7a96678ccb970bf74072ba1fcb | |
| parent | 11033f5f02d6b2464f48b37c30ae6001061309f7 (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 |
