瀏覽代碼

ensure the following ! rules are included

pull/2383/head
Brendan Forster 7 年之前
父節點
當前提交
699b4a4f33
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      SugarCRM.gitignore

+ 2
- 2
SugarCRM.gitignore 查看文件

@@ -6,7 +6,7 @@
# the misuse of the repository as backup replacement.
# For development the cache directory can be safely ignored and
# therefore it is ignored.
/cache/
/cache/*
!/cache/index.html
# Ignore some files and directories from the custom directory.
/custom/history/
@@ -22,6 +22,6 @@
# Logs files can safely be ignored.
*.log
# Ignore the new upload directories.
/upload/
/upload/*
!/upload/index.html
/upload_backup/

Loading…
取消
儲存