规则
This commit is contained in:
parent
2daee199b5
commit
1af6a6f4a6
83
.gitignore
vendored
Normal file
83
.gitignore
vendored
Normal file
@ -0,0 +1,83 @@
|
|||||||
|
/.github
|
||||||
|
/.idea
|
||||||
|
/.vs
|
||||||
|
/.vscode
|
||||||
|
|
||||||
|
#环境变量
|
||||||
|
.env
|
||||||
|
|
||||||
|
#构建删除
|
||||||
|
Run/*.exe
|
||||||
|
|
||||||
|
# 忽略所有obj
|
||||||
|
**/obj/**
|
||||||
|
|
||||||
|
# 已构建程序不上传
|
||||||
|
*.exe
|
||||||
|
|
||||||
|
# IDEA
|
||||||
|
Server/.idea
|
||||||
|
|
||||||
|
[Tt]humbs.db
|
||||||
|
*.DS_Store
|
||||||
|
|
||||||
|
#Visual Studio files
|
||||||
|
*.[Oo]bj
|
||||||
|
*.user
|
||||||
|
*.aps
|
||||||
|
*.pch
|
||||||
|
*.vspscc
|
||||||
|
*.vssscc
|
||||||
|
*_i.c
|
||||||
|
*_p.c
|
||||||
|
*.ncb
|
||||||
|
*.suo
|
||||||
|
*.tlb
|
||||||
|
*.tlh
|
||||||
|
*.bak
|
||||||
|
*.[Cc]ache
|
||||||
|
*.ilk
|
||||||
|
*.log
|
||||||
|
*.lib
|
||||||
|
*.sbr
|
||||||
|
*.sdf
|
||||||
|
*.opensdf
|
||||||
|
*.unsuccessfulbuild
|
||||||
|
ipch/
|
||||||
|
obj/
|
||||||
|
[Bb]in
|
||||||
|
[Dd]ebug*/
|
||||||
|
[Rr]elease*/
|
||||||
|
Ankh.NoLoad
|
||||||
|
|
||||||
|
#MonoDevelop
|
||||||
|
*.pidb
|
||||||
|
*.userprefs
|
||||||
|
|
||||||
|
#Tooling
|
||||||
|
_ReSharper*/
|
||||||
|
*.resharper
|
||||||
|
[Tt]est[Rr]esult*
|
||||||
|
*.sass-cache
|
||||||
|
|
||||||
|
#Project files
|
||||||
|
[Bb]uild/
|
||||||
|
|
||||||
|
#Subversion files
|
||||||
|
.svn
|
||||||
|
|
||||||
|
# Office Temp Files
|
||||||
|
~$*
|
||||||
|
|
||||||
|
#NuGet
|
||||||
|
packages/
|
||||||
|
|
||||||
|
#ncrunch
|
||||||
|
*ncrunch*
|
||||||
|
*crunch*.local.xml
|
||||||
|
|
||||||
|
# visual studio database projects
|
||||||
|
*.dbmdl
|
||||||
|
|
||||||
|
#Test files
|
||||||
|
*.testsettings
|
Loading…
x
Reference in New Issue
Block a user