更改ignore
This commit is contained in:
parent
4e6d6242fe
commit
6350a5b86f
30
.gitignore
vendored
30
.gitignore
vendored
@ -1,17 +1,27 @@
|
|||||||
|
# 忽略特定檔案
|
||||||
DualScreenSetup.exe
|
DualScreenSetup.exe
|
||||||
Superstar.mdf
|
Superstar.mdf
|
||||||
Superstar_log.ldf
|
Superstar_log.ldf
|
||||||
.vs
|
|
||||||
build.bat
|
build.bat
|
||||||
*.exe
|
*.exe
|
||||||
bin/*
|
|
||||||
obj/*
|
|
||||||
secondary_graph.grf
|
secondary_graph.grf
|
||||||
primary_graph.grf
|
primary_graph.grf
|
||||||
txt/*
|
|
||||||
themes/*
|
# 忽略 VS 開發過程產生的資料夾
|
||||||
sounds/*
|
.vs/
|
||||||
publish/*
|
bin/
|
||||||
news/*
|
obj/
|
||||||
foods/*
|
|
||||||
db/*
|
# 忽略整個資料夾
|
||||||
|
txt/
|
||||||
|
themes/
|
||||||
|
sounds/
|
||||||
|
publish/
|
||||||
|
news/
|
||||||
|
foods/
|
||||||
|
db/
|
||||||
|
|
||||||
|
# 但保留 themes/superstar/_www 底下的所有內容
|
||||||
|
!themes/superstar/
|
||||||
|
!themes/superstar/_www/
|
||||||
|
!themes/superstar/_www/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user