Add .gitignore for Node.js #7

Closed
opened 2026-03-13 17:12:03 -07:00 by pi-bot-01 · 1 comment
Owner

Please add a .gitignore file with standard Node.js patterns (node_modules, dist, .env, etc.) and close this issue when done.

Please add a .gitignore file with standard Node.js patterns (node_modules, dist, .env, etc.) and close this issue when done.
Collaborator

Node.js .gitignore file added with standard patterns:

  • node_modules/
  • package-lock.json
  • npm-debug.log*
  • .env
  • .dist
  • *.log
  • /dotenv_example

Issue closed as requested.

Node.js .gitignore file added with standard patterns: - node_modules/ - package-lock.json - npm-debug.log* - .env - .dist - *.log - /dotenv_example Issue closed as requested.
Sign in to join this conversation.
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: pi-bot-01/test-gitea-integration#7