Skip to content

fix: add security-focused .gitignore entries and .env.example template#237

Open
dmccarty666 wants to merge 1 commit intosnarktank:mainfrom
dmccarty666:bugfix/cron-34adb1b6-setup
Open

fix: add security-focused .gitignore entries and .env.example template#237
dmccarty666 wants to merge 1 commit intosnarktank:mainfrom
dmccarty666:bugfix/cron-34adb1b6-setup

Conversation

@dmccarty666
Copy link

Summary

This PR adds essential security-focused configuration files to protect sensitive data and credentials.

Changes

  • Added comprehensive .gitignore entries to exclude:

    • Environment files (.env, .env.*)
    • Node.js dependencies (node_modules/)
    • Log files (*.log)
    • OS-specific files (.DS_Store, Thumbs.db)
    • Editor files (.vscode/, .idea/)
    • Build outputs (dist/, build/, coverage/)
    • Temporary files
  • Added .env.example template with placeholder values for:

    • Application configuration (PORT, NODE_ENV, LOG_LEVEL)
    • Database connection strings
    • API keys and secrets
    • Authentication settings

Security Impact

These changes prevent accidental commits of sensitive credentials and follow security best practices for Node.js applications.

Testing

  • Verified .gitignore patterns match expected file exclusions
  • Confirmed .env.example provides clear documentation for required environment variables

Related: Bug fix workflow for cron-34adb1b6

@vercel
Copy link

vercel bot commented Feb 22, 2026

Someone is attempting to deploy a commit to the Ryan Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant