| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171 |
- ################################################################################
- # 此 .gitignore 文件已由 Microsoft(R) Visual Studio 自动创建。
- ################################################################################
- /codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/log
- /codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Properties/PublishProfiles/FolderProfile.pubxml
- /codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/ExcelData/20220223155508_导入模板.xlsx
-
- /codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/TelExcelData
- /codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/TelExcelData
- /codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Audio
- /codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/ExcelData
- /codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Properties/PublishProfiles
- /codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Properties/PublishProfiles/CustomProfile.pubxml
- /codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Properties/PublishProfiles/CustomProfile.pubxml
- */.vs
- */package
- */packages
- # ---> C Sharp
- # Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
- */[Bb]in/
- */[Oo]bj/
- # mstest test results
- TestResults
- ## Ignore Visual Studio temporary files, build results, and
- ## files generated by popular Visual Studio add-ons.
- # User-specific files
- *.suo
- *.user
- *.sln.docstates
- # Build results
- [Dd]ebug/
- [Rr]elease/
- x64/
- *_i.c
- *_p.c
- *.ilk
- *.meta
- *.obj
- *.pch
- *.pdb
- *.pgc
- *.pgd
- *.rsp
- *.sbr
- *.tlb
- *.tli
- *.tlh
- *.tmp
- *.log
- *.vspscc
- *.vssscc
- .builds
- # Visual C++ cache files
- ipch/
- *.aps
- *.ncb
- *.opensdf
- *.sdf
- # Visual Studio profiler
- *.psess
- *.vsp
- *.vspx
- # Guidance Automation Toolkit
- *.gpState
- # ReSharper is a .NET coding add-in
- _ReSharper*
- # NCrunch
- *.ncrunch*
- .*crunch*.local.xml
- # Installshield output folder
- [Ee]xpress
- *.user
- bin/
- obj/
- *.suo
- # Others
- [Bb]in
- [Oo]bj
- 代码/.vs/MadRunFabric_Api/DesignTimeBuild/.dtbcache.v2
- # ---> C Sharp
- # Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
- [Bb]in/
- [Oo]bj/
- # mstest test results
- TestResults
- ## Ignore Visual Studio temporary files, build results, and
- ## files generated by popular Visual Studio add-ons.
- # User-specific files
- *.suo
- *.user
- *.sln.docstates
- # Build results
- [Dd]ebug/
- [Rr]elease/
- x64/
- *_i.c
- *_p.c
- *.ilk
- *.meta
- *.obj
- *.pch
- *.pdb
- *.pgc
- *.pgd
- *.rsp
- *.sbr
- *.tlb
- *.tli
- *.tlh
- *.tmp
- *.log
- *.vspscc
- *.vssscc
- .builds
- # Visual C++ cache files
- ipch/
- *.aps
- *.ncb
- *.opensdf
- *.sdf
- # Visual Studio profiler
- *.psess
- *.vsp
- *.vspx
- # Guidance Automation Toolkit
- *.gpState
- # ReSharper is a .NET coding add-in
- _ReSharper*
- # NCrunch
- *.ncrunch*
- .*crunch*.local.xml
- # Installshield output folder
- [Ee]xpress
- *.user
- bin/
- obj/
- *.suo
- # Others
- [Bb]in
- [Oo]bj
- /packages
- /.vs
- *.dll
- *.xml
- 代码/.vs/MadRunFabric_Api/DesignTimeBuild/.dtbcache.v2
|