From 33bf8bcfd0cd26d1e7ef46ad97bbf8a653bd7251 Mon Sep 17 00:00:00 2001 From: "Jumpei Ogawa (Geolonia)" Date: Tue, 16 Jan 2024 16:11:00 +0900 Subject: [PATCH] fixup! feat: add template package for `npm create @geolonia/opendata-editor` --- modules/create/template/.editorconfig | 12 +++++++ modules/create/template/.gitignore | 38 +++++++++++++++++++++++ modules/create/template/public/robots.txt | 1 + 3 files changed, 51 insertions(+) create mode 100644 modules/create/template/.editorconfig create mode 100644 modules/create/template/.gitignore diff --git a/modules/create/template/.editorconfig b/modules/create/template/.editorconfig new file mode 100644 index 0000000..8c52ff9 --- /dev/null +++ b/modules/create/template/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_style = space +indent_size = 2 +insert_final_newline = true +trim_trailing_whitespace = true + +[*.md] +trim_trailing_whitespace = false diff --git a/modules/create/template/.gitignore b/modules/create/template/.gitignore new file mode 100644 index 0000000..e0d3b73 --- /dev/null +++ b/modules/create/template/.gitignore @@ -0,0 +1,38 @@ +# +# Project-Specific +# + +# Built files +dist/ + +# +# System +# + +# Logs +logs/ +*.log + +# PIDs +*.pid +*.seed +*.pid.lock +pids + +# File manager configs +.directory +Thumbs.db +.DS_Store + +# +# JavaScript +# + +# NPM / Yarn +node_modules/ +.npm/ +.yarn-integrity + +# Others +.node_repl_history +.eslintcache diff --git a/modules/create/template/public/robots.txt b/modules/create/template/public/robots.txt index 91d0d52..6322c73 100644 --- a/modules/create/template/public/robots.txt +++ b/modules/create/template/public/robots.txt @@ -1,3 +1,4 @@ +# https://www.robotstxt.org/robotstxt.html User-agent: * # 以下の記述により、このページは基本的に Google や Bing などの検索エンジンでヒットしなくなります。検索にヒットさせたい場合は以下の記述を削除して下さい Disallow: /