new module - twig_templating

This commit is contained in:
Bryan Joshua Pedini 2020-12-29 10:43:48 +01:00
parent 878209663b
commit 4d06f72d63
4 changed files with 7 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,2 +1,4 @@
/modules/*
!/modules/load_modules.php
/static/*
/templates/*

3
.gitmodules vendored
View File

@ -7,3 +7,6 @@
[submodule "modules/config"]
path = modules/config
url = git@git.bjphoster.com:myphpfw/config.git
[submodule "modules/twig_templating"]
path = modules/twig_templating
url = git@git.bjphoster.com:myphpfw/twig_templating.git

1
static/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
!.gitignore

1
templates/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
!.gitignore