mirror of
https://github.com/coder/coder.git
synced 2026-06-06 22:48:19 +00:00
56a69b7eea
* Fix type error in first user setup * Save auth state * Add template creation - wip Remove saved auth state because it wasn't working * Try adding the rest of the tests Can't see if they work yet, waiting on a release * Update playwright * Update gitignore * Write tests * Format * Update ignores * Check that start worked Co-authored-by: Ben Potter <ben@coder.com> Co-authored-by: Ben Potter <ben@coder.com>
50 lines
785 B
Plaintext
50 lines
785 B
Plaintext
# Common ignore patterns, these rules applies in both root and subdirectories.
|
|
.DS_Store
|
|
.eslintcache
|
|
.gitpod.yml
|
|
.idea
|
|
**/*.swp
|
|
gotests.coverage
|
|
gotests.xml
|
|
gotestsum.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
|
|
|
|
# Front-end ignore patterns.
|
|
.next/
|
|
site/**/*.typegen.ts
|
|
site/build-storybook.log
|
|
site/coverage/
|
|
site/storybook-static/
|
|
site/test-results/*
|
|
site/e2e/test-results/*
|
|
site/e2e/storageState.json
|
|
site/playwright-report/*
|
|
|
|
# Make target for updating golden files.
|
|
cli/testdata/.gen-golden
|
|
|
|
# Build
|
|
/build/
|
|
/dist/
|
|
site/out/
|
|
|
|
*.tfstate
|
|
*.tfstate.backup
|
|
*.tfplan
|
|
*.lock.hcl
|
|
.terraform/
|
|
|
|
/.coderv2/*
|
|
**/__debug_bin
|
|
|
|
# direnv
|
|
.envrc
|