mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
1. add eslint support 2. add some restrictions on git commit 3. add conventional-changelog for future auto changelog generation 4. update ignores 5. add editor config
18 lines
138 B
Plaintext
18 lines
138 B
Plaintext
# Logs
|
|
logs
|
|
*.log*
|
|
npm-debug.log*
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
|
|
build
|
|
node_modules
|
|
.bob/
|
|
test/streams/test-*
|
|
.idea
|
|
.vscode
|
|
.DS_Store
|