51 lines
461 B
Plaintext
51 lines
461 B
Plaintext
# Node.js
|
|
node_modules/
|
|
|
|
# Dependency directories
|
|
npm-debug.log
|
|
yarn-error.log
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# Yarn
|
|
yarn-error.log
|
|
|
|
# Editor directories and files
|
|
.vscode
|
|
.idea
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw*
|
|
|
|
# User-specific files
|
|
npm-debug.log
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# C and Go compiled files
|
|
*.exe
|
|
*.out
|
|
*.o
|
|
*.a
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
*.obj
|
|
*.exe
|