diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-13 20:00:02 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-13 20:00:02 -0800 |
| commit | 1cd3597aac808303aa2dc564db4fbb9f4c4bb364 (patch) | |
| tree | 47aeed7bfb4e2604805a4ca401ca48a2f2cdfdc4 /.gitignore | |
| parent | 50a1a0a747cde56cfe139a823b3b6e70cc505c64 (diff) | |
| download | neko-1cd3597aac808303aa2dc564db4fbb9f4c4bb364.tar.gz neko-1cd3597aac808303aa2dc564db4fbb9f4c4bb364.tar.bz2 neko-1cd3597aac808303aa2dc564db4fbb9f4c4bb364.zip | |
fix(test): repair and re-enable E2E tests (NK-m8bya7)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,7 +1,11 @@ .DS_Store config.json go.sum -neko +/neko +/neko_server +/backend.log +/run_e2e_safe.sh +/.data neko.db coverage.out coverage_cross.out |
