You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
708 B
43 lines
708 B
################################################################################
|
|
# 此 .gitignore 文件已由 Microsoft(R) Visual Studio 自动创建。
|
|
################################################################################
|
|
|
|
/.vs
|
|
[Dd]ebug/
|
|
[Dd]ebugPublic/
|
|
[Rr]elease/
|
|
[Rr]eleases/
|
|
x64/
|
|
x86/
|
|
build/
|
|
bld/
|
|
[Bb]in/
|
|
[Oo]bj/
|
|
/packages
|
|
*.user
|
|
/Data
|
|
/Log
|
|
*.log
|
|
*.htm
|
|
*.nuspec
|
|
*.nupkg
|
|
/DLL
|
|
/XCoder/Build.cs
|
|
/XCoder/Model.xml
|
|
/XCoder/Build.tt
|
|
/Client
|
|
/XCoder/Entity
|
|
/XCoder40/Entity
|
|
/XCoder40/obj4
|
|
/Config
|
|
/netcoreapp3.0
|
|
/XCoder.pdb
|
|
/XCoder.exe.config
|
|
/XCoder.exe
|
|
/XCode.pdb
|
|
/XCode.dll
|
|
/NewLife.Net.pdb
|
|
/NewLife.Net.dll
|
|
/NewLife.Core.pdb
|
|
/NewLife.Core.dll
|
|
/lib
|