Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd2e2cc6

Browse files
authored
Initialize Template-Other
0 parents  commitd2e2cc6

File tree

134 files changed

+25986
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+25986
-0
lines changed

‎.editorconfig‎

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
# Start of script
2+
3+
# Editor configuration file for Seanpm2001/<projectName>
4+
# Generated with Git-Template (V8) at branch: /other/
5+
6+
root =true
7+
8+
# All files
9+
[*]
10+
indent_style =space
11+
indent_size =2
12+
end_of_line =lf
13+
charset =utf-8
14+
trim_trailing_whitespace =false
15+
insert_final_newline =false
16+
line_wrap_mode =softwrap
17+
18+
# Markdown document
19+
[*.md*.mkd*.mdown*.markdown]
20+
indent_style =space
21+
indent_size =2
22+
end_of_line =lf
23+
charset =utf-8
24+
trim_trailing_whitespace =false
25+
insert_final_newline =false
26+
line_wrap_mode =softwrap
27+
28+
# YAML (YAML Ain't Markup Language) source code
29+
[*.yml*.yaml]
30+
indent_style =space
31+
indent_size =2
32+
end_of_line =lf
33+
charset =utf-8
34+
trim_trailing_whitespace =false
35+
insert_final_newline =false
36+
line_wrap_mode =softwrap
37+
38+
# Plain Text document
39+
[*.txt]
40+
indent_style =space
41+
indent_size =2
42+
end_of_line =lf
43+
charset =utf-8
44+
trim_trailing_whitespace =false
45+
insert_final_newline =false
46+
line_wrap_mode =softwrap
47+
48+
# Makefile (GNU Make)
49+
[*.mk*.mak*.make*.makefile]
50+
indent_style =space
51+
indent_size =2
52+
end_of_line =lf
53+
charset =utf-8
54+
trim_trailing_whitespace =false
55+
insert_final_newline =false
56+
line_wrap_mode =softwrap
57+
58+
# HTML (HyperText Markup Language) document
59+
[*.htm*.html*.mhtm*.mhtml*.xhtm*.xhtml]
60+
indent_style =space
61+
indent_size =2
62+
end_of_line =lf
63+
charset =utf-8
64+
trim_trailing_whitespace =false
65+
insert_final_newline =false
66+
line_wrap_mode =softwrap
67+
68+
# SVG (Scalable Vector Graphics) image file
69+
[*.svg]
70+
indent_style =space
71+
indent_size =2
72+
end_of_line =lf
73+
charset =utf-8
74+
trim_trailing_whitespace =false
75+
insert_final_newline =false
76+
line_wrap_mode =softwrap
77+
78+
# Git configuration files
79+
[*.gitignore*.gitattributes*.editorconfig]
80+
indent_style =space
81+
indent_size =2
82+
end_of_line =lf
83+
charset =utf-8
84+
trim_trailing_whitespace =false
85+
insert_final_newline =false
86+
line_wrap_mode =softwrap
87+
88+
# Binary image files
89+
[*.png*.pns*.jpg*.jpeg*.jfif*.jif*.jp2*.gif*.tif*.tiff*.bmp*.dib]
90+
indent_style =space
91+
indent_size =2
92+
end_of_line =lf
93+
charset =utf-8
94+
trim_trailing_whitespace =false
95+
insert_final_newline =false
96+
line_wrap_mode =softwrap
97+
98+
# File info
99+
100+
# File type: Editorconfig file (*.editorconfig)
101+
# File version: 3 (Monday, 2021 November 29th at 2:48 pm)
102+
# Line count (including blank lines and compiler line): 105
103+
104+
# End of script

‎.gitattributes‎

Lines changed: 170 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,170 @@
1+
# Start of script
2+
# .gitattributes
3+
# This file defines what languages can show up in the GitHub linguist menu (the menu that tells you what percentage each language is using up on this project.
4+
# Some non-programming languages must be included manually with this file. Want to create your own? Do something similar to what is done here, and name the file
5+
# .gitattributes
6+
# and nothing else, no characters before, no characters after
7+
# Start of linguist script
8+
# HTML (HyperText Markup Language) document
9+
*.htmlinguist-detectable=true
10+
*.htmlinguist-documentation=false
11+
*.htmlinguist-language=HTML
12+
*.htmllinguist-detectable=true
13+
*.htmllinguist-documentation=false
14+
*.htmllinguist-language=HTML
15+
*.mhtmlinguist-detectable=true
16+
*.mhtmlinguist-documentation=false
17+
*.mhtmlinguist-language=HTML
18+
*.mhtmllinguist-detectable=true
19+
*.mhtmllinguist-documentation=false
20+
*.mhtmllinguist-language=HTML
21+
*.xhtmlinguist-detectable=true
22+
*.xhtmlinguist-documentation=false
23+
*.xhtmlinguist-language=HTML
24+
*.xhtmllinguist-detectable=true
25+
*.xhtmllinguist-documentation=false
26+
*.xhtmllinguist-language=HTML
27+
# HTA (HTML Application) file
28+
*.htalinguist-detectable=true
29+
*.htalinguist-documentation=false
30+
*.htalinguist-language=HTML
31+
# CSS (Cascade Styling Sheets) stylesheet file
32+
*.csslinguist-detectable=true
33+
*.csslinguist-documentation=false
34+
*.csslinguist-language=CSS
35+
# Less stylesheet file
36+
*.lesslinguist-detectable=true
37+
*.lesslinguist-documentation=false
38+
*.lesslinguist-language=Less
39+
# JSON (JavaScript Object Notation) source file
40+
*.jsonlinguist-detectable=false
41+
*.jsonlinguist-documentation=false
42+
*.jsonlinguist-language=JSON
43+
# WebVTT subtitle file
44+
*.vttlinguist-detectable=true
45+
*.vttlinguist-documentation=false
46+
*.vttlinguist-language=WebVTT
47+
# SubRip subtitle file
48+
*.srtlinguist-detectable=true
49+
*.srtlinguist-documentation=false
50+
*.srtlinguist-language=SubRip-Text
51+
# YAML (YAML Ain't Markup Language) document
52+
# Do not include, as it would become a dominant language that shouldn't be the language people refer this project to
53+
*.ymllinguist-detectable=false
54+
*.ymllinguist-documentation=false
55+
*.ymllinguist-language=YAML
56+
*.yamllinguist-detectable=false
57+
*.yamllinguist-documentation=false
58+
*.yamllinguist-language=YAML
59+
# Markdown
60+
# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
61+
*.mdlinguist-detectable=false
62+
*.mdlinguist-documentation=false
63+
*.mdlinguist-language=Markdown
64+
*.mkdlinguist-detectable=false
65+
*.mkdlinguist-documentation=false
66+
*.mkdlinguist-language=Markdown
67+
*.mdownlinguist-detectable=false
68+
*.mdownlinguist-documentation=false
69+
*.mdownlinguist-language=Markdown
70+
*.markdownlinguist-detectable=false
71+
*.markdownlinguist-documentation=false
72+
*.markdownlinguist-language=Markdown
73+
# Makefile (GNU Make)
74+
# Do not include, as it is not needed to be shown
75+
*.mklinguist-detectable=false
76+
*.mklinguist-documentation=false
77+
*.mklinguist-language=Makefile
78+
*.maklinguist-detectable=false
79+
*.maklinguist-documentation=false
80+
*.maklinguist-language=Makefile
81+
*.makelinguist-detectable=false
82+
*.makelinguist-documentation=false
83+
*.makelinguist-language=Makefile
84+
*.makefilelinguist-detectable=false
85+
*.makefilelinguist-documentation=false
86+
*.makefilelinguist-language=Makefile
87+
# SVG (Scalable Vector Graphics) image file
88+
# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
89+
*.svglinguist-detectable=false
90+
*.svglinguist-documentation=false
91+
*.svglinguist-language=SVG
92+
# Git Configuration files
93+
# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
94+
*.gitattributeslinguist-detectable=false
95+
*.gitattributeslinguist-documentation=false
96+
*.gitignorelinguist-detectable=false
97+
*.gitignorelinguist-documentation=false
98+
*.editorconfiglinguist-detectable=false
99+
*.editorconfiglinguist-documentation=false
100+
# Plain Text document
101+
# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
102+
*.txtlinguist-detectable=false
103+
*.txtlinguist-documentation=false
104+
*.txtlinguist-language=Plain-Text
105+
# ReStructuredText
106+
*.rstlinguist-detectable=false
107+
*.rstlinguist-documentation=false
108+
*.rstlinguist-language=ReStructured-Text
109+
# WikiText
110+
*.wikilinguist-detectable=false
111+
*.wikilinguist-documentation=false
112+
*.wikilinguist-language=WikiText
113+
# BibTeX
114+
*.biblinguist-detectable=false
115+
*.biblinguist-documentation=false
116+
*.biblinguist-language=BibTeX
117+
# TeX
118+
*.texlinguist-detectable=false
119+
*.texlinguist-documentation=false
120+
*.texlinguist-language=TeX
121+
# Desktop entry
122+
*.desktoplinguist-detectable=false
123+
*.desktoplinguist-documentation=false
124+
*.desktoplinguist-language=desktop
125+
# INI/CFG
126+
*.inilinguist-detectable=false
127+
*.inilinguist-documentation=false
128+
*.inilinguist-language=INI
129+
*.cfglinguist-detectable=false
130+
*.cfglinguist-documentation=false
131+
*.cfglinguist-language=INI
132+
# CFF
133+
*.cfflinguist-detectable=false
134+
*.cfflinguist-documentation=false
135+
*.cfflinguist-language=Citation-File-Format
136+
# PNG/PNS
137+
*.pnglinguist-detectable=false
138+
*.pnglinguist-documentation=false
139+
*.pnglinguist-language=PNG
140+
*.pnslinguist-detectable=false
141+
*.pnslinguist-documentation=false
142+
*.pnslinguist-language=PNG
143+
# JPG/JPEG/JFIF/JIF
144+
*.jpglinguist-detectable=false
145+
*.jpglinguist-documentation=false
146+
*.jpglinguist-language=JPEG
147+
*.jpeglinguist-detectable=false
148+
*.jpeglinguist-documentation=false
149+
*.jpeglinguist-language=JPEG
150+
*.jfiflinguist-detectable=false
151+
*.jfiflinguist-documentation=false
152+
*.jfiflinguist-language=JPEG
153+
*.jiflinguist-detectable=false
154+
*.jiflinguist-documentation=false
155+
*.jiflinguist-language=JPEG
156+
# JP2 (JPEG 2000)
157+
*.jp2linguist-detectable=false
158+
*.jp2linguist-documentation=false
159+
*.jp2linguist-language=JPEG-2000
160+
# GIF
161+
*.giflinguist-detectable=false
162+
*.giflinguist-documentation=false
163+
*.giflinguist-language=GIF
164+
# End of linguist script
165+
166+
# File info
167+
# File type: gitattributes file (.gitattributes)
168+
# File version: 4 (2022, Tuesday, June 28th at 2:32 pm PST)
169+
# Line count (including blank lines and compiler line): 171
170+
# End of script

‎.github/.FUNDING.yaml‎

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# These are supported funding model platforms
2+
3+
github:# Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4+
5+
patreon:seanpm2001# Creator page
6+
patreon:seanpm2001_software# Main page
7+
# Replace with a single Patreon username
8+
9+
open_collective:# Replace with a single Open Collective username
10+
ko_fi:# Replace with a single Ko-fi username
11+
tidelift:# Replace with a single Tidelift platform-name/package-name e.g., npm/babel
12+
community_bridge:# Replace with a single Community Bridge project-name e.g., cloud-foundry
13+
liberapay:# Replace with a single Liberapay username
14+
issuehunt:# Replace with a single IssueHunt username
15+
otechie:# Replace with a single Otechie username
16+
custom:# Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

‎.github/.FUNDING.yml‎

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# These are supported funding model platforms
2+
3+
github:# Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4+
5+
patreon:seanpm2001# Creator page
6+
patreon:seanpm2001_software# Main page
7+
# Replace with a single Patreon username
8+
9+
open_collective:# Replace with a single Open Collective username
10+
ko_fi:# Replace with a single Ko-fi username
11+
tidelift:# Replace with a single Tidelift platform-name/package-name e.g., npm/babel
12+
community_bridge:# Replace with a single Community Bridge project-name e.g., cloud-foundry
13+
liberapay:# Replace with a single Liberapay username
14+
issuehunt:# Replace with a single IssueHunt username
15+
otechie:# Replace with a single Otechie username
16+
custom:# Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

‎.github/.github_README.md‎

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
2+
***
3+
4+
#.github folder info
5+
6+
The`.github` folder in this repository contains data for this repository for hosting on GitHub. This directory did not become mandatory until March 15th 2021.
7+
8+
This directory contains several features.
9+
10+
**Funding** - This funding info usually contains a`FUNDING.yml` file that links to sponsor info for this project. A folder called`/Funding` is also included, and at`/Funding/OldVersions/` contains old versions of the funding file.
11+
12+
**Issues** - This directory contains archives of issues I raised on this project, along with general privacy info. A brief description of the privacy policy goes as follows:
13+
14+
_I archive my own GitHub issues, and will not archive issues you raise without your permission. This includes replies, comments, and posts._
15+
16+
* A YAML file is also included that contains GitHub label data, with hexadecimal color codes, issue description, and issue titles.
17+
18+
* Sometimes, other YAML files are included for configuration of issues.
19+
20+
**Coming soon:** A separate YAML file for each issue directory that contains label data
21+
22+
**Discussions** - Similar to the issues directory, this directory contains archives of discussions I raised on this project, along with general privacy info. A brief description of the privacy policy goes as follows:
23+
24+
_I archive my own GitHub discussions, and will not archive discussions you raise without your permission. This includes replies, comments, and posts_
25+
26+
**SocialPreview** - This directory contains social media preview info for this repository for when you share or search for it. This makes a background appear above the repository in searches or messages, so that the profile picture of the user/organization is not shown in the preview. You can read more about it[here](/.github/SocialPreview/README.md).
27+
28+
That is currently it at the moment, other than the new description for this process being placed at the root of the directory (the file you are currently reading)
29+
30+
***
31+
32+
##File info
33+
34+
**File type:**`Markdown (*.md)`
35+
36+
**Original creation date:**`Thursday, March 18th 2021 at 3:18 pm)`
37+
38+
**File version:**`1 (Thursday, March 18th 2021 at 3:18 pm)`
39+
40+
**Line count (including blank lines and compiler line):**`43`
41+
42+
***

‎.github/.github_README_V1.md‎

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
2+
***
3+
4+
#.github folder info
5+
6+
The`.github` folder in this repository contains data for this repository for hosting on GitHub. This directory did not become mandatory until March 15th 2021.
7+
8+
This directory contains several features.
9+
10+
**Funding** - This funding info usually contains a`FUNDING.yml` file that links to sponsor info for this project. A folder called`/Funding` is also included, and at`/Funding/OldVersions/` contains old versions of the funding file.
11+
12+
**Issues** - This directory contains archives of issues I raised on this project, along with general privacy info. A brief description of the privacy policy goes as follows:
13+
14+
_I archive my own GitHub issues, and will not archive issues you raise without your permission. This includes replies, comments, and posts._
15+
16+
* A YAML file is also included that contains GitHub label data, with hexadecimal color codes, issue description, and issue titles.
17+
18+
* Sometimes, other YAML files are included for configuration of issues.
19+
20+
**Coming soon:** A separate YAML file for each issue directory that contains label data
21+
22+
**Discussions** - Similar to the issues directory, this directory contains archives of discussions I raised on this project, along with general privacy info. A brief description of the privacy policy goes as follows:
23+
24+
_I archive my own GitHub discussions, and will not archive discussions you raise without your permission. This includes replies, comments, and posts_
25+
26+
**SocialPreview** - This directory contains social media preview info for this repository for when you share or search for it. This makes a background appear above the repository in searches or messages, so that the profile picture of the user/organization is not shown in the preview. You can read more about it[here](/.github/SocialPreview/README.md).
27+
28+
That is currently it at the moment, other than the new description for this process being placed at the root of the directory (the file you are currently reading)
29+
30+
***
31+
32+
##File info
33+
34+
**File type:**`Markdown (*.md)`
35+
36+
**Original creation date:**`Thursday, March 18th 2021 at 3:18 pm)`
37+
38+
**File version:**`1 (Thursday, March 18th 2021 at 3:18 pm)`
39+
40+
**Line count (including blank lines and compiler line):**`43`
41+
42+
***

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp