mirror of
https://github.com/joelwmale/webhook-action.git
synced 2024-08-25 08:08:00 +00:00
53 lines
748 B
Plaintext
53 lines
748 B
Plaintext
|
# Rest pulled from https://github.com/github/gitignore/blob/master/Node.gitignore
|
||
|
# Logs
|
||
|
logs
|
||
|
*.log
|
||
|
npm-debug.log*
|
||
|
yarn-debug.log*
|
||
|
yarn-error.log*
|
||
|
lerna-debug.log*
|
||
|
|
||
|
# Diagnostic reports (https://nodejs.org/api/report.html)
|
||
|
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
|
||
|
|
||
|
# Runtime data
|
||
|
pids
|
||
|
*.pid
|
||
|
*.seed
|
||
|
*.pid.lock
|
||
|
|
||
|
# TypeScript v1 declaration files
|
||
|
typings/
|
||
|
|
||
|
# TypeScript cache
|
||
|
*.tsbuildinfo
|
||
|
|
||
|
# Optional npm cache directory
|
||
|
.npm
|
||
|
|
||
|
# Optional eslint cache
|
||
|
.eslintcache
|
||
|
|
||
|
# Optional REPL history
|
||
|
.node_repl_history
|
||
|
|
||
|
# Output of 'npm pack'
|
||
|
*.tgz
|
||
|
|
||
|
# Yarn Integrity file
|
||
|
.yarn-integrity
|
||
|
|
||
|
# dotenv environment variables file
|
||
|
.env
|
||
|
.env.test
|
||
|
|
||
|
# DynamoDB Local files
|
||
|
.dynamodb/
|
||
|
|
||
|
# OS metadata
|
||
|
.DS_Store
|
||
|
Thumbs.db
|
||
|
|
||
|
# Ignore built ts files
|
||
|
__tests__/runner/*
|
||
|
lib/**/*
|