Browse Source

Partial commit for root-level files

master
Benjamin Arhen 3 months ago
parent
commit
f1051969ad
  1. 25
      .dockerignore
  2. 7
      .editorconfig
  3. 4
      .gitattributes
  4. BIN
      BISK POS.sql
  5. 56
      BISKILOG POS BETA.sln
  6. BIN
      Point Of Sale Managment.v11.suo
  7. 1
      init.txt
  8. 18
      split_commits.bat

25
.dockerignore

@ -0,0 +1,25 @@
**/.classpath
**/.dockerignore
**/.env
**/.git
**/.gitignore
**/.project
**/.settings
**/.toolstarget
**/.vs
**/.vscode
**/*.*proj.user
**/*.dbmdl
**/*.jfm
**/azds.yaml
**/bin
**/charts
**/docker-compose*
**/Dockerfile*
**/node_modules
**/npm-debug.log
**/obj
**/secrets.dev.yaml
**/values.dev.yaml
LICENSE
README.md

7
.editorconfig

@ -0,0 +1,7 @@
[*.cs]
# CS0618: Type or member is obsolete
dotnet_diagnostic.CS0618.severity = none
# IDE0005: Using directive is unnecessary.
dotnet_diagnostic.IDE0005.severity = none

4
.gitattributes

@ -0,0 +1,4 @@
*.mp4 filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.exe filter=lfs diff=lfs merge=lfs -text
*.iso filter=lfs diff=lfs merge=lfs -text

BIN
BISK POS.sql

Binary file not shown.

56
BISKILOG POS BETA.sln

@ -0,0 +1,56 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32126.317
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FDDB7070-6BCF-4554-AA1C-66C8D6934A5B}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BISKILOG POS PREMIUM", "BISKILOG POS PREMIUM\BISKILOG POS PREMIUM.csproj", "{B157BDA6-BADD-4749-991E-44A1CE0EBDFD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BISKILOG POS BASIC", "BISKILOG POS BASIC\BISKILOG POS BASIC.csproj", "{BEC7B336-9DFA-4CAF-A081-72A530A6F0F4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B157BDA6-BADD-4749-991E-44A1CE0EBDFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B157BDA6-BADD-4749-991E-44A1CE0EBDFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B157BDA6-BADD-4749-991E-44A1CE0EBDFD}.Debug|x64.ActiveCfg = Debug|Any CPU
{B157BDA6-BADD-4749-991E-44A1CE0EBDFD}.Debug|x64.Build.0 = Debug|Any CPU
{B157BDA6-BADD-4749-991E-44A1CE0EBDFD}.Debug|x86.ActiveCfg = Debug|Any CPU
{B157BDA6-BADD-4749-991E-44A1CE0EBDFD}.Debug|x86.Build.0 = Debug|Any CPU
{B157BDA6-BADD-4749-991E-44A1CE0EBDFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B157BDA6-BADD-4749-991E-44A1CE0EBDFD}.Release|Any CPU.Build.0 = Release|Any CPU
{B157BDA6-BADD-4749-991E-44A1CE0EBDFD}.Release|x64.ActiveCfg = Release|Any CPU
{B157BDA6-BADD-4749-991E-44A1CE0EBDFD}.Release|x64.Build.0 = Release|Any CPU
{B157BDA6-BADD-4749-991E-44A1CE0EBDFD}.Release|x86.ActiveCfg = Release|Any CPU
{B157BDA6-BADD-4749-991E-44A1CE0EBDFD}.Release|x86.Build.0 = Release|Any CPU
{BEC7B336-9DFA-4CAF-A081-72A530A6F0F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BEC7B336-9DFA-4CAF-A081-72A530A6F0F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BEC7B336-9DFA-4CAF-A081-72A530A6F0F4}.Debug|x64.ActiveCfg = Debug|Any CPU
{BEC7B336-9DFA-4CAF-A081-72A530A6F0F4}.Debug|x64.Build.0 = Debug|Any CPU
{BEC7B336-9DFA-4CAF-A081-72A530A6F0F4}.Debug|x86.ActiveCfg = Debug|Any CPU
{BEC7B336-9DFA-4CAF-A081-72A530A6F0F4}.Debug|x86.Build.0 = Debug|Any CPU
{BEC7B336-9DFA-4CAF-A081-72A530A6F0F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BEC7B336-9DFA-4CAF-A081-72A530A6F0F4}.Release|Any CPU.Build.0 = Release|Any CPU
{BEC7B336-9DFA-4CAF-A081-72A530A6F0F4}.Release|x64.ActiveCfg = Release|Any CPU
{BEC7B336-9DFA-4CAF-A081-72A530A6F0F4}.Release|x64.Build.0 = Release|Any CPU
{BEC7B336-9DFA-4CAF-A081-72A530A6F0F4}.Release|x86.ActiveCfg = Release|Any CPU
{BEC7B336-9DFA-4CAF-A081-72A530A6F0F4}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {51F8EBC4-45BF-4F0A-B031-FAA0D8F7E79F}
EndGlobalSection
EndGlobal

BIN
Point Of Sale Managment.v11.suo

Binary file not shown.

1
init.txt

@ -1 +0,0 @@
init

18
split_commits.bat

@ -0,0 +1,18 @@
@echo off
REM Reset the last commit
git reset HEAD~1
REM Loop through all folders in the current directory
for /d %%F in (*) do (
echo Processing folder: %%F
git add "%%F"
git commit -m "Partial commit for %%F"
)
REM Handle root-level files
echo Adding root-level files
git add *
git commit -m "Partial commit for root-level files"
echo Splitting commits by folders is complete.
Loading…
Cancel
Save