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
|
vendor
|
||||||
.eslintcache
|
.eslintcache
|
||||||
yarn-error.log
|
yarn-error.log
|
||||||
|
.idea
|
||||||
|
|
||||||
# Front-end ignore
|
# Front-end ignore
|
||||||
.next/
|
.next/
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
# COPY PASTA OF .gitignore
|
# COPY PASTA OF .gitignore
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
.idea
|
||||||
node_modules
|
node_modules
|
||||||
vendor
|
vendor
|
||||||
out
|
out
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ node_modules
|
|||||||
vendor
|
vendor
|
||||||
.eslintcache
|
.eslintcache
|
||||||
yarn-error.log
|
yarn-error.log
|
||||||
|
.idea
|
||||||
|
|
||||||
# Front-end ignore
|
# Front-end ignore
|
||||||
.next/
|
.next/
|
||||||
|
|||||||
Reference in New Issue
Block a user