mirror of
https://github.com/goreleaser/goreleaser-action
synced 2026-06-29 21:29:42 +00:00
c59a691319
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
44 lines
652 B
Plaintext
44 lines
652 B
Plaintext
# https://raw.githubusercontent.com/github/gitignore/main/Node.gitignore
|
||
|
||
# Logs
|
||
logs
|
||
*.log
|
||
npm-debug.log*
|
||
lerna-debug.log*
|
||
.pnpm-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
|
||
|
||
# Coverage directory used by tools like istanbul
|
||
coverage
|
||
*.lcov
|
||
|
||
# Dependency directories
|
||
node_modules/
|
||
jspm_packages/
|
||
|
||
# TypeScript cache
|
||
*.tsbuildinfo
|
||
|
||
# Optional npm cache directory
|
||
.npm
|
||
|
||
# Optional eslint cache
|
||
.eslintcache
|
||
|
||
|
||
# dotenv environment variable files
|
||
.env
|
||
.env.development.local
|
||
.env.test.local
|
||
.env.production.local
|
||
.env.local
|
||
provenance.json
|