mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
23 lines
490 B
Plaintext
23 lines
490 B
Plaintext
###############################################################################
|
|
# COPY PASTA OF .gitignore
|
|
# https://github.com/prettier/prettier/issues/8048
|
|
# https://github.com/prettier/prettier/issues/8506
|
|
# https://github.com/prettier/prettier/issues/8679
|
|
###############################################################################
|
|
|
|
node_modules
|
|
vendor
|
|
.eslintcache
|
|
yarn-error.log
|
|
.idea
|
|
|
|
# Front-end ignore
|
|
.next/
|
|
coverage/
|
|
out/
|
|
storybook-static/
|
|
test-results/
|
|
|
|
**/*.swp
|
|
.coderv2/*
|