aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFactiven <[email protected]>2023-09-13 00:45:53 +0700
committerGitHub <[email protected]>2023-09-13 00:45:53 +0700
commit7327a69b55a20b99b14ee0803d6cf5f8b88c45ef (patch)
treecbcca777593a8cc4b0282e7d85a6fc51ba517e25 /.gitignore
parentUpdate issue templates (diff)
downloadmoopa-7327a69b55a20b99b14ee0803d6cf5f8b88c45ef.tar.xz
moopa-7327a69b55a20b99b14ee0803d6cf5f8b88c45ef.zip
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 7 insertions, 1 deletions
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