opentofu.org/.gitignore
Ryan Parman 2625a3ee85
docs: Small updates to the formatting of the README. (#335)
Signed-off-by: Ryan Parman <ryan@ryanparman.com>
2024-10-30 18:28:18 +01:00

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.*