소스 검색

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…
취소
저장