mirror of
https://github.com/opentofu/opentofu.org.git
synced 2026-01-11 19:56:26 +00:00
32 lines
497 B
Text
32 lines
497 B
Text
# Dependencies
|
|
/node_modules
|
|
|
|
# Production
|
|
/build
|
|
|
|
# Generated files
|
|
.docusaurus
|
|
.cache-loader
|
|
|
|
# Misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
.eslintcache
|
|
.idea
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Linting and related tooling that we don't want to push onto everybody
|
|
# https://editorconfig.org
|
|
.editorconfig
|
|
# Git hooks
|
|
.githooks
|
|
# https://github.com/antham/gommit
|
|
.gommit.toml
|
|
# https://github.com/DavidAnson/markdownlint
|
|
.markdownlint.*
|