diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -1,16 +1,14 @@ /tmp -functions.txt -tools.txt -agents.txt +/tools.txt +/agents.txt functions.json /bin /cache /tools/test.* /.env -*.cmd __pycache__ /venv node_modules -package.json -package-lock.json +/package.json +/package-lock.json *.lock
\ No newline at end of file |
