From 7327a69b55a20b99b14ee0803d6cf5f8b88c45ef Mon Sep 17 00:00:00 2001 From: Factiven Date: Wed, 13 Sep 2023 00:45:53 +0700 Subject: Update v4 - Merge pre-push to main (#71) * Create build-test.yml * initial v4 commit * update: github workflow * update: push on branch * Update .github/ISSUE_TEMPLATE/bug_report.md * configuring next.config.js file --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 76751e8..bee076a 100644 --- a/.gitignore +++ b/.gitignore @@ -18,9 +18,14 @@ # production /build +# docker +docker-compose.yml + # misc .DS_Store *.pem +/assets/dummyData.json +/backup # debug npm-debug.log* @@ -43,4 +48,5 @@ service-account.json **/public/worker-*.js **/public/sw.js.map **/public/workbox-*.js.map -**/public/worker-*.js.map \ No newline at end of file +**/public/worker-*.js.map +**/public/fallback-*.js \ No newline at end of file -- cgit v1.2.3