Skip to content

Commit 78d5050

Browse files
Setup foder and git submodule
1 parent a0841a0 commit 78d5050

1,231 files changed

Lines changed: 184131 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude/settings.local.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(mv:*)"
5+
],
6+
"deny": [],
7+
"ask": []
8+
}
9+
}

.gitignore

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# See http://help.github.com/ignore-files/ for more about ignoring files.
2+
3+
# IDE and Editor directories
4+
.vscode/
5+
.idea/
6+
*.swp
7+
*.swo
8+
*~
9+
10+
# OS Files
11+
.DS_Store
12+
Thumbs.db
13+
Desktop.ini
14+
15+
# Logs
16+
logs/
17+
*.log
18+
npm-debug.log*
19+
yarn-debug.log*
20+
yarn-error.log*
21+
lerna-debug.log*
22+
23+
# Temporary files
24+
tmp/
25+
temp/
26+
*.tmp
27+
28+
# Build outputs (will be in submodules)
29+
dist/
30+
build/
31+
out/
32+
33+
# Dependencies (will be in submodules)
34+
node_modules/
35+
36+
# Environment files (these should be in submodules, but add here as safety)
37+
.env
38+
.env.local
39+
.env.*.local
40+
41+
# User-specific files
42+
*.suo
43+
*.user
44+
*.userosscache
45+
*.sln.docstates
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
//------------------------------------------------------------------------------
2+
// <auto-generated>
3+
// This code was generated by a tool.
4+
// Runtime Version:4.0.30319.42000
5+
//
6+
// Changes to this file may cause incorrect behavior and will be lost if
7+
// the code is regenerated.
8+
// </auto-generated>
9+
//------------------------------------------------------------------------------
10+
11+
using System;
12+
using System.Reflection;
13+
14+
[assembly: System.Reflection.AssemblyCompanyAttribute("TalentManagementData.Application")]
15+
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
16+
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
17+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
18+
[assembly: System.Reflection.AssemblyProductAttribute("TalentManagementData.Application")]
19+
[assembly: System.Reflection.AssemblyTitleAttribute("TalentManagementData.Application")]
20+
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
21+
22+
// Generated by the MSBuild WriteCodeFragment class.
23+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
86e657fb2604fcc696d8a1545914eee4b3ea95a66eb4d32eb321f0efadc6f451
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
is_global = true
2+
build_property.TargetFramework = net10.0
3+
build_property.TargetFrameworkIdentifier = .NETCoreApp
4+
build_property.TargetFrameworkVersion = v10.0
5+
build_property.TargetPlatformMinVersion =
6+
build_property.UsingMicrosoftNETSdkWeb =
7+
build_property.ProjectTypeGuids =
8+
build_property.InvariantGlobalization =
9+
build_property.PlatformNeutralAssembly =
10+
build_property.EnforceExtendedAnalyzerRules =
11+
build_property._SupportedPlatformList = Linux,macOS,Windows
12+
build_property.RootNamespace = TalentManagementData.Application
13+
build_property.ProjectDir = C:\apps\medium\ApiResources\TalentManagement-API\TalentManagementData.Application\
14+
build_property.EnableComHosting =
15+
build_property.EnableGeneratedComInterfaceComImportInterop =
16+
build_property.EffectiveAnalysisLevelStyle = 10.0
17+
build_property.EnableCodeStyleSeverity =
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
//------------------------------------------------------------------------------
2+
// <auto-generated>
3+
// This code was generated by a tool.
4+
// Runtime Version:4.0.30319.42000
5+
//
6+
// Changes to this file may cause incorrect behavior and will be lost if
7+
// the code is regenerated.
8+
// </auto-generated>
9+
//------------------------------------------------------------------------------
10+
11+
using System;
12+
using System.Reflection;
13+
14+
[assembly: System.Reflection.AssemblyCompanyAttribute("TalentManagementData.Infrastructure.Persistence")]
15+
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
16+
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
17+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
18+
[assembly: System.Reflection.AssemblyProductAttribute("TalentManagementData.Infrastructure.Persistence")]
19+
[assembly: System.Reflection.AssemblyTitleAttribute("TalentManagementData.Infrastructure.Persistence")]
20+
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
21+
22+
// Generated by the MSBuild WriteCodeFragment class.
23+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
f1e1134409861bd47203927c677de3430e53ff5264b4b746d5b9bcdf5f550b18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
is_global = true
2+
build_property.TargetFramework = net10.0
3+
build_property.TargetFrameworkIdentifier = .NETCoreApp
4+
build_property.TargetFrameworkVersion = v10.0
5+
build_property.TargetPlatformMinVersion =
6+
build_property.UsingMicrosoftNETSdkWeb =
7+
build_property.ProjectTypeGuids =
8+
build_property.InvariantGlobalization =
9+
build_property.PlatformNeutralAssembly =
10+
build_property.EnforceExtendedAnalyzerRules =
11+
build_property._SupportedPlatformList = Linux,macOS,Windows
12+
build_property.RootNamespace = TalentManagementData.Infrastructure.Persistence
13+
build_property.ProjectDir = C:\apps\medium\ApiResources\TalentManagement-API\TalentManagementData.Infrastructure.Persistence\
14+
build_property.EnableComHosting =
15+
build_property.EnableGeneratedComInterfaceComImportInterop =
16+
build_property.EffectiveAnalysisLevelStyle = 10.0
17+
build_property.EnableCodeStyleSeverity =
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
//------------------------------------------------------------------------------
2+
// <auto-generated>
3+
// This code was generated by a tool.
4+
// Runtime Version:4.0.30319.42000
5+
//
6+
// Changes to this file may cause incorrect behavior and will be lost if
7+
// the code is regenerated.
8+
// </auto-generated>
9+
//------------------------------------------------------------------------------
10+
11+
using System;
12+
using System.Reflection;
13+
14+
[assembly: System.Reflection.AssemblyCompanyAttribute("TalentManagementData.Infrastructure.Shared")]
15+
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
16+
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
17+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
18+
[assembly: System.Reflection.AssemblyProductAttribute("TalentManagementData.Infrastructure.Shared")]
19+
[assembly: System.Reflection.AssemblyTitleAttribute("TalentManagementData.Infrastructure.Shared")]
20+
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
21+
22+
// Generated by the MSBuild WriteCodeFragment class.
23+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
f174a846454b9251afcf3d7d55728f411c927e9ebe8f85267b434bfdf93c327c

0 commit comments

Comments
 (0)