diff options
| author | sigoden <sigoden@gmail.com> | 2024-06-26 21:49:52 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-26 21:49:52 +0800 |
| commit | 79491fc14b4bb563346ace15ef91c6022c363b51 (patch) | |
| tree | a28f54eba49ac60da0f317c01dba51f274d5d32b /.gitignore | |
| parent | 8c1f1699ffc7581c378597a7310c5fc5aeaef56d (diff) | |
| download | llm-functions-docker-79491fc14b4bb563346ace15ef91c6022c363b51.tar.gz | |
feat: add scripts/crawler.mjs (#45)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -8,4 +8,9 @@ functions.json /tools/test.* /.env *.cmd -__pycache__
\ No newline at end of file +__pycache__ +/venv +node_modules +package.json +package-lock.json +*.lock
\ No newline at end of file |
