Edit .gitignore + add slnx
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -137,9 +137,8 @@ dist
|
|||||||
# Vite logs files
|
# Vite logs files
|
||||||
vite.config.js.timestamp-*
|
vite.config.js.timestamp-*
|
||||||
vite.config.ts.timestamp-*
|
vite.config.ts.timestamp-*
|
||||||
/.vs/DELIVER_MAN.slnx
|
/.vs/*
|
||||||
/.vscode
|
/.vscode
|
||||||
/obj/Debug
|
/obj/Debug
|
||||||
*.slnx
|
|
||||||
*.esproj
|
*.esproj
|
||||||
/CHANGELOG.md
|
/CHANGELOG.md
|
||||||
|
|||||||
6
DELIVER_MAN.slnx
Normal file
6
DELIVER_MAN.slnx
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
<Solution>
|
||||||
|
<Project Path="DELIVER_MAN.esproj">
|
||||||
|
<Build />
|
||||||
|
<Deploy />
|
||||||
|
</Project>
|
||||||
|
</Solution>
|
||||||
Reference in New Issue
Block a user