[.idea] Add scope for testData and set file color to blue for it

This commit is contained in:
Kirill Rakhman
2023-09-20 15:36:49 +02:00
committed by Space Team
parent c4221b0ec7
commit 5c38289d60
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="SharedFileColors">
<fileColor scope="TestData" color="Blue" />
<fileColor scope="IDE" color="Yellow" />
</component>
</project>
+3
View File
@@ -0,0 +1,3 @@
<component name="DependencyValidationManager">
<scope name="TestData" pattern="file:testData//*" />
</component>