19 lines
186 B
Plaintext
19 lines
186 B
Plaintext
# Node.js
|
|
node_modules/
|
|
package-lock.json
|
|
|
|
# Editor
|
|
.vscode/
|
|
*.swp
|
|
|
|
# Config
|
|
config.json
|
|
|
|
# Credential
|
|
credential.json
|
|
credentials.json
|
|
|
|
# Session Cache Folder
|
|
.cache/*
|
|
!.cache/.gitkeep
|