瀏覽代碼

Add media folder to umbraco.gitignore

pull/3760/head
Erik-Jan Westendorp 3 年之前
父節點
當前提交
10d9c15458
No account linked to committer's email address
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      Umbraco.gitignore

+ 4
- 0
Umbraco.gitignore 查看文件

@@ -19,6 +19,10 @@
## Uncomment this line if you think it fits the way you work on your project.
## **/[Uu]mbraco/

## This [Mm]edia/ folder contains content. Content may vary by environment and should therefore not be added to source control.
## Uncomment this line if you think it fits the way you work on your project.
## **/[Mm]edia/

# Don't ignore Umbraco packages (VisualStudio.gitignore mistakes this for a NuGet packages folder)
# Make sure to include details from VisualStudio.gitignore BEFORE this
!**/App_Data/[Pp]ackages/*

Loading…
取消
儲存