mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
13 lines
278 B
Plaintext
13 lines
278 B
Plaintext
###############################################################################
|
|
# COPY PASTA OF .gitignore
|
|
###############################################################################
|
|
.idea
|
|
node_modules
|
|
vendor
|
|
out
|
|
coverage
|
|
.next
|
|
storybook-static
|
|
test-results
|
|
**/*.typegen.ts
|