Add IntelliJ config and gitignore files for projects
Introduce `.idea` configuration files and `.gitignore` entries for `NfcS5_DLL` and `TBF` projects. These changes include settings for encodings, VCS mappings, and index layout configurations. Helps streamline project setup and improve tooling compatibility.
This commit is contained in:
parent
e06a9977c3
commit
27ecc88c9d
13
.idea/.idea.TBF/.idea/.gitignore
vendored
Normal file
13
.idea/.idea.TBF/.idea/.gitignore
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
# Default ignored files
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# Rider ignored files
|
||||
/modules.xml
|
||||
/projectSettingsUpdater.xml
|
||||
/contentModel.xml
|
||||
/.idea.TBF.iml
|
||||
# Editor-based HTTP Client requests
|
||||
/httpRequests/
|
||||
# Datasource local storage ignored files
|
||||
/dataSources/
|
||||
/dataSources.local.xml
|
||||
1
.idea/.idea.TBF/.idea/.name
Normal file
1
.idea/.idea.TBF/.idea/.name
Normal file
@ -0,0 +1 @@
|
||||
TBF
|
||||
8
.idea/.idea.TBF/.idea/indexLayout.xml
Normal file
8
.idea/.idea.TBF/.idea/indexLayout.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="UserContentModel">
|
||||
<attachedFolders />
|
||||
<explicitIncludes />
|
||||
<explicitExcludes />
|
||||
</component>
|
||||
</project>
|
||||
7
.idea/.idea.TBF/.idea/vcs.xml
Normal file
7
.idea/.idea.TBF/.idea/vcs.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$/../NfcS5_DLL" vcs="Git" />
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
||||
4
TBF.sln.DotSettings.user
Normal file
4
TBF.sln.DotSettings.user
Normal file
@ -0,0 +1,4 @@
|
||||
<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:String x:Key="/Default/Environment/AssemblyExplorer/XmlDocument/@EntryValue"><AssemblyExplorer>
|
||||
<Assembly Path="C:\Users\micha\git\tbf\packages\ControlBoard\Fuzhou150\ControlComponent3U.dll" />
|
||||
</AssemblyExplorer></s:String></wpf:ResourceDictionary>
|
||||
BIN
TBFTests/bin/Debug/Oracle.ManagedDataAccess.dll
Normal file
BIN
TBFTests/bin/Debug/Oracle.ManagedDataAccess.dll
Normal file
Binary file not shown.
BIN
packages/VisualBasic.PowerPacks.Vs.1.0.0/.signature.p7s
vendored
Normal file
BIN
packages/VisualBasic.PowerPacks.Vs.1.0.0/.signature.p7s
vendored
Normal file
Binary file not shown.
BIN
packages/VisualBasic.PowerPacks.Vs.1.0.0/VisualBasic.PowerPacks.Vs.1.0.0.nupkg
vendored
Normal file
BIN
packages/VisualBasic.PowerPacks.Vs.1.0.0/VisualBasic.PowerPacks.Vs.1.0.0.nupkg
vendored
Normal file
Binary file not shown.
BIN
packages/VisualBasic.PowerPacks.Vs.1.0.0/lib/Microsoft.VisualBasic.PowerPacks.Vs.dll
vendored
Normal file
BIN
packages/VisualBasic.PowerPacks.Vs.1.0.0/lib/Microsoft.VisualBasic.PowerPacks.Vs.dll
vendored
Normal file
Binary file not shown.
BIN
packages/VisualBasic.PowerPacks.Vs.1.0.0/lib/Microsoft.VisualBasic.dll
vendored
Normal file
BIN
packages/VisualBasic.PowerPacks.Vs.1.0.0/lib/Microsoft.VisualBasic.dll
vendored
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user