Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit eb18925

Browse files
authoredMar 28, 2022
chore: Ignore .idea for Jetbrain's IDEs (coder#626)
1 parent fe23d51 commit eb18925

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed
 

‎.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ node_modules
1313
vendor
1414
.eslintcache
1515
yarn-error.log
16+
.idea
1617

1718
# Front-end ignore
1819
.next/

‎site/.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
###############################################################################
22
# COPY PASTA OF .gitignore
33
###############################################################################
4+
.idea
45
node_modules
56
vendor
67
out

‎site/.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ node_modules
99
vendor
1010
.eslintcache
1111
yarn-error.log
12+
.idea
1213

1314
# Front-end ignore
1415
.next/

0 commit comments

Comments
 (0)
Failed to load comments.