mirror of
https://github.com/coder/coder.git
synced 2025-03-14 10:09:57 +00:00
adds snippets to make some of the docs markdown components a little easier to use - wraps selected text where it seems appropriate - limits code block languages (these are suggestions, you can choose from the list or enter anything) tabs example:  --------- Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>
97 lines
1.6 KiB
Plaintext
97 lines
1.6 KiB
Plaintext
# Code generated by Makefile (.gitignore .prettierignore.include). DO NOT EDIT.
|
|
|
|
# .gitignore:
|
|
# Common ignore patterns, these rules applies in both root and subdirectories.
|
|
.DS_Store
|
|
.eslintcache
|
|
.gitpod.yml
|
|
.idea
|
|
**/*.swp
|
|
gotests.coverage
|
|
gotests.xml
|
|
gotests_stats.json
|
|
gotests.json
|
|
node_modules/
|
|
vendor/
|
|
yarn-error.log
|
|
|
|
# VSCode settings.
|
|
**/.vscode/*
|
|
# Allow VSCode recommendations and default settings in project root.
|
|
!/.vscode/extensions.json
|
|
!/.vscode/settings.json
|
|
# Allow code snippets
|
|
!/.vscode/*.code-snippets
|
|
|
|
# Front-end ignore patterns.
|
|
.next/
|
|
site/build-storybook.log
|
|
site/coverage/
|
|
site/storybook-static/
|
|
site/test-results/*
|
|
site/e2e/test-results/*
|
|
site/e2e/states/*.json
|
|
site/e2e/.auth.json
|
|
site/playwright-report/*
|
|
site/.swc
|
|
|
|
# Make target for updating golden files (any dir).
|
|
.gen-golden
|
|
|
|
# Build
|
|
build/
|
|
dist/
|
|
out/
|
|
|
|
# Bundle analysis
|
|
site/stats/
|
|
|
|
*.tfstate
|
|
*.tfstate.backup
|
|
*.tfplan
|
|
*.lock.hcl
|
|
.terraform/
|
|
|
|
**/.coderv2/*
|
|
**/__debug_bin
|
|
|
|
# direnv
|
|
.envrc
|
|
*.test
|
|
|
|
# Loadtesting
|
|
./scaletest/terraform/.terraform
|
|
./scaletest/terraform/.terraform.lock.hcl
|
|
scaletest/terraform/secrets.tfvars
|
|
.terraform.tfstate.*
|
|
|
|
# Nix
|
|
result
|
|
|
|
# Data dumps from unit tests
|
|
**/*.test.sql
|
|
|
|
# Filebrowser.db
|
|
**/filebrowser.db
|
|
|
|
# pnpm
|
|
.pnpm-store/
|
|
|
|
# Zed
|
|
.zed_server
|
|
# .prettierignore.include:
|
|
# Helm templates contain variables that are invalid YAML and can't be formatted
|
|
# by Prettier.
|
|
helm/**/templates/*.yaml
|
|
|
|
# Testdata shouldn't be formatted.
|
|
testdata/
|
|
|
|
# Ignore generated files
|
|
**/pnpm-lock.yaml
|
|
**/*.gen.json
|
|
|
|
# Everything in site/ is formatted by Biome. For the rest of the repo though, we
|
|
# need broader language support.
|
|
site/
|