From 6d0b4faeb024a02a3ac86cf3aec49f6ca171e028 Mon Sep 17 00:00:00 2001 From: John Guo Date: Thu, 12 May 2022 16:01:55 +0800 Subject: [PATCH] gitignore updates --- .gitignore | 3 +-- os/gres/testdata/files/template-res/layout2/main/main1.html | 1 + os/gres/testdata/files/template-res/layout2/main/main2.html | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 os/gres/testdata/files/template-res/layout2/main/main1.html create mode 100644 os/gres/testdata/files/template-res/layout2/main/main2.html 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