- Add git-ignore
- Remove generated BuildVersion.cs-files
This commit is contained in:
parent
979d411b2d
commit
4acf8d1b92
|
|
@ -0,0 +1,7 @@
|
||||||
|
/Blog3000/Server/bin
|
||||||
|
/Blog3000/Client/bin
|
||||||
|
/Blog3000/Shared/bin
|
||||||
|
/Blog3000/Shared/obj
|
||||||
|
/Blog3000/Server/obj
|
||||||
|
/Blog3000/Client/obj
|
||||||
|
BuildVersion.cs
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
namespace Blog3000.Client {
|
|
||||||
public static class BuildVersion {
|
|
||||||
public static string BUILD_DATE="03.10.2020 20:24:05,60";
|
|
||||||
} }
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
namespace Blog3000.Server {
|
|
||||||
public static class BuildVersion {
|
|
||||||
public static string BUILD_DATE="03.10.2020 20:24:15,77";
|
|
||||||
}}
|
|
||||||
Loading…
Reference in New Issue