Skip to content

Instantly share code, notes, and snippets.

@sandalsoft
Last active September 24, 2025 15:13
Show Gist options
  • Select an option

  • Save sandalsoft/9ce8d5454f00efa6e42d5b5f5a9f5af8 to your computer and use it in GitHub Desktop.

Select an option

Save sandalsoft/9ce8d5454f00efa6e42d5b5f5a9f5af8 to your computer and use it in GitHub Desktop.
my node gitignore
# UPDATED 9/24/2025
# DAMN YOU MACOS FINDER 🖕
.DS_Store
.env
# Always check-in examples
!.env.example
!.env_example
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Dependency directories
node_modules
# vim
.*.sw*
Session.vim
# Always include everything in ./src even if it matches a pattern below
!src/
# Build directory
dist/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment