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.
27 lines
316 B
Plaintext
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 |