mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
gitignore all apps except core ones
This commit is contained in:
parent
98f37f4bed
commit
661da10dc5
1 changed files with 11 additions and 0 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue