Переглянути джерело

gitignore all apps except core ones

tags/v5.0.0alpha1
Jan-Christoph Borchardt 11 роки тому
джерело
коміт
661da10dc5
1 змінених файлів з 11 додано та 0 видалено
  1. 11
    0
      .gitignore

+ 11
- 0
.gitignore Переглянути файл

@@ -6,6 +6,17 @@ config/mount.php
apps/inc.php
3rdparty

# ignore all apps except core ones
apps/*
!apps/files
!apps/files_encryption
!apps/files_external
!apps/files_sharing
!apps/files_trashbin
!apps/files_versions
!apps/user_ldap
!apps/user_webdavauth

# just sane ignores
.*.sw[po]
*.bak

Завантаження…
Відмінити
Зберегти