Skip to content

Commit

Permalink
fixup! feat: add template package for `npm create @geolonia/opendata-…
Browse files Browse the repository at this point in the history
…editor`
  • Loading branch information
phanect committed Jan 16, 2024
1 parent c1d7c8e commit 33bf8bc
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 0 deletions.
12 changes: 12 additions & 0 deletions modules/create/template/.editorconfig
Original file line number Diff line number Diff line change
@@ -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
38 changes: 38 additions & 0 deletions modules/create/template/.gitignore
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions modules/create/template/public/robots.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
# 以下の記述により、このページは基本的に Google や Bing などの検索エンジンでヒットしなくなります。検索にヒットさせたい場合は以下の記述を削除して下さい
Disallow: /

0 comments on commit 33bf8bc

Please sign in to comment.