Skip to content

Commit f899a96

Browse files
goodwinnkSpace Team
authored and
Space Team
committed
Enable git fs-monitor by default in the repository
1 parent 48ee386 commit f899a96

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.space/CODEOWNERS

+1
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,7 @@
448448
/.gitattributes "Kotlin Build Infrastructure"
449449
/ChangeLog.md "Kotlin Release"
450450
/CODE_OF_CONDUCT.md "Kotlin Build Infrastructure"
451+
/intellij.yaml "Kotlin Build Infrastructure"
451452
/ReadMe.md "Kotlin Build Infrastructure"
452453
/SECURITY.md "Kotlin Build Infrastructure"
453454

intellij.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
versionControl:
2+
git:
3+
coreFsMonitor: "true"
4+
coreUntrackedCache: "true"
5+
featureManyFiles: "true"

0 commit comments

Comments
 (0)