mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
chore: Ignore .idea for Jetbrain's IDEs (#626)
This commit is contained in:
@@ -13,6 +13,7 @@ node_modules
|
||||
vendor
|
||||
.eslintcache
|
||||
yarn-error.log
|
||||
.idea
|
||||
|
||||
# Front-end ignore
|
||||
.next/
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
###############################################################################
|
||||
# COPY PASTA OF .gitignore
|
||||
###############################################################################
|
||||
.idea
|
||||
node_modules
|
||||
vendor
|
||||
out
|
||||
|
||||
@@ -9,6 +9,7 @@ node_modules
|
||||
vendor
|
||||
.eslintcache
|
||||
yarn-error.log
|
||||
.idea
|
||||
|
||||
# Front-end ignore
|
||||
.next/
|
||||
|
||||
Reference in New Issue
Block a user