diff --git a/.gitignore b/.gitignore index b928722a5..547a03284 100644 --- a/.gitignore +++ b/.gitignore @@ -14,5 +14,4 @@ bin/ cbuild **/.DS_Store .test/ -main -gf \ No newline at end of file +cmd/gf/main diff --git a/os/gres/testdata/files/template-res/layout2/main/main1.html b/os/gres/testdata/files/template-res/layout2/main/main1.html new file mode 100644 index 000000000..fdb0016f3 --- /dev/null +++ b/os/gres/testdata/files/template-res/layout2/main/main1.html @@ -0,0 +1 @@ +

MAIN1

\ No newline at end of file diff --git a/os/gres/testdata/files/template-res/layout2/main/main2.html b/os/gres/testdata/files/template-res/layout2/main/main2.html new file mode 100644 index 000000000..608512269 --- /dev/null +++ b/os/gres/testdata/files/template-res/layout2/main/main2.html @@ -0,0 +1 @@ +

MAIN2

\ No newline at end of file