mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-06 03:48:40 +00:00
fix project indexing
This commit is contained in:
parent
782f04726a
commit
baf5854bf2
3 changed files with 12 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -2,4 +2,5 @@ bin/
|
|||
obj/
|
||||
/packages/
|
||||
riderModule.iml
|
||||
/_ReSharper.Caches/
|
||||
/_ReSharper.Caches/
|
||||
/.idea/.idea.ProjectLighthouse/.idea/workspace.xml
|
||||
|
|
10
.idea/.idea.ProjectLighthouse/.idea/indexLayout.xml
generated
10
.idea/.idea.ProjectLighthouse/.idea/indexLayout.xml
generated
|
@ -2,7 +2,13 @@
|
|||
<project version="4">
|
||||
<component name="UserContentModel">
|
||||
<attachedFolders />
|
||||
<explicitIncludes />
|
||||
<explicitExcludes />
|
||||
<explicitIncludes>
|
||||
<Path>.gitignore</Path>
|
||||
<Path>.idea</Path>
|
||||
<Path>ProjectLighthouse.sln.DotSettings</Path>
|
||||
</explicitIncludes>
|
||||
<explicitExcludes>
|
||||
<Path>.idea/.idea.ProjectLighthouse/.idea/workspace.xml</Path>
|
||||
</explicitExcludes>
|
||||
</component>
|
||||
</project>
|
2
ProjectLighthouse.sln.DotSettings
Normal file
2
ProjectLighthouse.sln.DotSettings
Normal file
|
@ -0,0 +1,2 @@
|
|||
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
|
||||
<s:Boolean x:Key="/Default/UserDictionary/Words/=ezoiar/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>
|
Loading…
Add table
Add a link
Reference in a new issue