Files
seb 21f527ba46 Update .gitignore to ignore npm lock file and tidy entry
Add package-lock.json to prevent accidental commits of npm’s lock
file. While here, remove the stray trailing space from the Thumbs.db
entry for a cleaner diff.
2025-06-23 07:09:30 +02:00

27 lines
316 B
Plaintext

# Node.js dependencies
node_modules/
npm-debug.log
yarn-debug.log
yarn-error.log
# Build outputs
build/
*.node
# Editor directories and files
.vscode/*
!.vscode/c_cpp_properties.json
.idea/
*.swp
*.swo
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
package-lock.json