From 34cd4e7c5a05bf9e3613bd3c5e81afb0e9569e94 Mon Sep 17 00:00:00 2001 From: syumai Date: Wed, 3 Jan 2024 00:43:21 +0900 Subject: [PATCH] update gitignore --- .gitignore | 1 + _examples/basic-auth-proxy/.gitignore | 4 +++- _examples/cache/.gitignore | 4 +++- _examples/cron/.gitignore | 4 +++- _examples/d1-blog-server/.gitignore | 4 +++- _examples/durable-object-counter/.gitignore | 4 +++- _examples/env/.gitignore | 4 +++- _examples/fetch-event/.gitignore | 4 +++- _examples/fetch/.gitignore | 4 +++- _examples/hello/.gitignore | 4 +++- _examples/kv-counter/.gitignore | 4 +++- _examples/pages-functions/.gitignore | 4 +++- _examples/r2-image-server/.gitignore | 4 +++- _examples/r2-image-viewer/.gitignore | 4 +++- _examples/service-bindings/.gitignore | 4 +++- _examples/simple-json-server/.gitignore | 4 +++- _templates/cloudflare/pages-tinygo/.gitignore | 3 +++ _templates/cloudflare/worker-go/.gitignore | 4 +++- _templates/cloudflare/worker-tinygo/.gitignore | 4 +++- 19 files changed, 55 insertions(+), 17 deletions(-) create mode 100644 _templates/cloudflare/pages-tinygo/.gitignore diff --git a/.gitignore b/.gitignore index d5e97fd..68bc29b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ dist build +node_modules .wrangler \ No newline at end of file diff --git a/_examples/basic-auth-proxy/.gitignore b/_examples/basic-auth-proxy/.gitignore index c795b05..7fd93e1 100644 --- a/_examples/basic-auth-proxy/.gitignore +++ b/_examples/basic-auth-proxy/.gitignore @@ -1 +1,3 @@ -build \ No newline at end of file +build +node_modules +.wrangler \ No newline at end of file diff --git a/_examples/cache/.gitignore b/_examples/cache/.gitignore index c795b05..aee7b7e 100644 --- a/_examples/cache/.gitignore +++ b/_examples/cache/.gitignore @@ -1 +1,3 @@ -build \ No newline at end of file +build +node_modules +.wrangler diff --git a/_examples/cron/.gitignore b/_examples/cron/.gitignore index c795b05..aee7b7e 100644 --- a/_examples/cron/.gitignore +++ b/_examples/cron/.gitignore @@ -1 +1,3 @@ -build \ No newline at end of file +build +node_modules +.wrangler diff --git a/_examples/d1-blog-server/.gitignore b/_examples/d1-blog-server/.gitignore index c795b05..aee7b7e 100644 --- a/_examples/d1-blog-server/.gitignore +++ b/_examples/d1-blog-server/.gitignore @@ -1 +1,3 @@ -build \ No newline at end of file +build +node_modules +.wrangler diff --git a/_examples/durable-object-counter/.gitignore b/_examples/durable-object-counter/.gitignore index c795b05..aee7b7e 100644 --- a/_examples/durable-object-counter/.gitignore +++ b/_examples/durable-object-counter/.gitignore @@ -1 +1,3 @@ -build \ No newline at end of file +build +node_modules +.wrangler diff --git a/_examples/env/.gitignore b/_examples/env/.gitignore index c795b05..aee7b7e 100644 --- a/_examples/env/.gitignore +++ b/_examples/env/.gitignore @@ -1 +1,3 @@ -build \ No newline at end of file +build +node_modules +.wrangler diff --git a/_examples/fetch-event/.gitignore b/_examples/fetch-event/.gitignore index c795b05..aee7b7e 100644 --- a/_examples/fetch-event/.gitignore +++ b/_examples/fetch-event/.gitignore @@ -1 +1,3 @@ -build \ No newline at end of file +build +node_modules +.wrangler diff --git a/_examples/fetch/.gitignore b/_examples/fetch/.gitignore index c795b05..aee7b7e 100644 --- a/_examples/fetch/.gitignore +++ b/_examples/fetch/.gitignore @@ -1 +1,3 @@ -build \ No newline at end of file +build +node_modules +.wrangler diff --git a/_examples/hello/.gitignore b/_examples/hello/.gitignore index c795b05..aee7b7e 100644 --- a/_examples/hello/.gitignore +++ b/_examples/hello/.gitignore @@ -1 +1,3 @@ -build \ No newline at end of file +build +node_modules +.wrangler diff --git a/_examples/kv-counter/.gitignore b/_examples/kv-counter/.gitignore index c795b05..aee7b7e 100644 --- a/_examples/kv-counter/.gitignore +++ b/_examples/kv-counter/.gitignore @@ -1 +1,3 @@ -build \ No newline at end of file +build +node_modules +.wrangler diff --git a/_examples/pages-functions/.gitignore b/_examples/pages-functions/.gitignore index 53c37a1..edaed6b 100644 --- a/_examples/pages-functions/.gitignore +++ b/_examples/pages-functions/.gitignore @@ -1 +1,3 @@ -dist \ No newline at end of file +dist +node_modules +.wrangler diff --git a/_examples/r2-image-server/.gitignore b/_examples/r2-image-server/.gitignore index c795b05..aee7b7e 100644 --- a/_examples/r2-image-server/.gitignore +++ b/_examples/r2-image-server/.gitignore @@ -1 +1,3 @@ -build \ No newline at end of file +build +node_modules +.wrangler diff --git a/_examples/r2-image-viewer/.gitignore b/_examples/r2-image-viewer/.gitignore index c795b05..aee7b7e 100644 --- a/_examples/r2-image-viewer/.gitignore +++ b/_examples/r2-image-viewer/.gitignore @@ -1 +1,3 @@ -build \ No newline at end of file +build +node_modules +.wrangler diff --git a/_examples/service-bindings/.gitignore b/_examples/service-bindings/.gitignore index c795b05..aee7b7e 100644 --- a/_examples/service-bindings/.gitignore +++ b/_examples/service-bindings/.gitignore @@ -1 +1,3 @@ -build \ No newline at end of file +build +node_modules +.wrangler diff --git a/_examples/simple-json-server/.gitignore b/_examples/simple-json-server/.gitignore index c795b05..aee7b7e 100644 --- a/_examples/simple-json-server/.gitignore +++ b/_examples/simple-json-server/.gitignore @@ -1 +1,3 @@ -build \ No newline at end of file +build +node_modules +.wrangler diff --git a/_templates/cloudflare/pages-tinygo/.gitignore b/_templates/cloudflare/pages-tinygo/.gitignore new file mode 100644 index 0000000..7fd93e1 --- /dev/null +++ b/_templates/cloudflare/pages-tinygo/.gitignore @@ -0,0 +1,3 @@ +build +node_modules +.wrangler \ No newline at end of file diff --git a/_templates/cloudflare/worker-go/.gitignore b/_templates/cloudflare/worker-go/.gitignore index c795b05..7fd93e1 100644 --- a/_templates/cloudflare/worker-go/.gitignore +++ b/_templates/cloudflare/worker-go/.gitignore @@ -1 +1,3 @@ -build \ No newline at end of file +build +node_modules +.wrangler \ No newline at end of file diff --git a/_templates/cloudflare/worker-tinygo/.gitignore b/_templates/cloudflare/worker-tinygo/.gitignore index c795b05..7fd93e1 100644 --- a/_templates/cloudflare/worker-tinygo/.gitignore +++ b/_templates/cloudflare/worker-tinygo/.gitignore @@ -1 +1,3 @@ -build \ No newline at end of file +build +node_modules +.wrangler \ No newline at end of file