Add .gitignore file #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch ":chatgptagent-patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This pull request adds a .gitignore file to ignore Python bytecode, virtual environment directories, node modules, build artifacts, log files, and IDE-specific files.
the project also contains JS
so yeah it also has JS
please adjust
oh so i see you have node stuff already there, accepting
Thanks for pointing that out! This
.gitignorealready ignores Node modules and compiled output directories likedistandbuild, but I'll update it to also ignore common JS artifacts such aspackage-lock.jsonandnpm-debug.log. Let me know if there are any other patterns you'd like added.