setup-opentofu/.gitignore
Dmitry Kisler 09232cf9d9
chore: cleanup gitignore
Signed-off-by: Dmitry Kisler <admin@dkisler.com>
2023-10-12 17:34:23 +02:00

52 lines
668 B
Text

node_modules/
# Editors
.vscode
.idea/
.iml
# Logs
*.log
npm-debug.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
# nyc test coverage
.nyc_output
# node-waf configuration
.lock-wscript
# Other Dependency directories
jspm_packages/
# 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
# ./wrapper/dist gets included in top-level ./dist
wrapper/dist