chore: Ignore .idea for Jetbrain's IDEs (#626)

This commit is contained in:
Steven Masley 2022-03-28 13:04:23 -05:00 committed by GitHub
parent fe23d51edf
commit eb18925f11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -13,6 +13,7 @@ node_modules
vendor
.eslintcache
yarn-error.log
.idea
# Front-end ignore
.next/

View File

@ -1,6 +1,7 @@
###############################################################################
# COPY PASTA OF .gitignore
###############################################################################
.idea
node_modules
vendor
out

View File

@ -9,6 +9,7 @@ node_modules
vendor
.eslintcache
yarn-error.log
.idea
# Front-end ignore
.next/