Allow to commit custom modules.
The gitignore file was ignoring the module folder, now it just ignore the module/contrib folder.
This commit is contained in:
parent
bc05b074dd
commit
e38187bc7d
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -3,7 +3,7 @@ web/*.php
|
|||
web/web.config
|
||||
web/.*
|
||||
web/core
|
||||
web/modules
|
||||
web/modules/contrib
|
||||
web/profiles
|
||||
web/sites
|
||||
web/themes/contrib
|
||||
|
|
Loading…
Reference in a new issue