[.idea] Add scope for testData and set file color to blue for it
This commit is contained in:
committed by
Space Team
parent
c4221b0ec7
commit
5c38289d60
Generated
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="SharedFileColors">
|
<component name="SharedFileColors">
|
||||||
|
<fileColor scope="TestData" color="Blue" />
|
||||||
<fileColor scope="IDE" color="Yellow" />
|
<fileColor scope="IDE" color="Yellow" />
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
||||||
|
|
||||||
Generated
+3
@@ -0,0 +1,3 @@
|
|||||||
|
<component name="DependencyValidationManager">
|
||||||
|
<scope name="TestData" pattern="file:testData//*" />
|
||||||
|
</component>
|
||||||
Reference in New Issue
Block a user