generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initialize Template-SPM2001-Journaling-TW-ELM-V1
- Loading branch information
0 parents
commit fdcf665
Showing
104 changed files
with
18,855 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
# Start of script | ||
|
||
# Editor configuration file for Seanpm2001/Journaling project (V6 derived template) | ||
|
||
root = true | ||
|
||
[*] | ||
indent_style = space | ||
indent_size = 2 | ||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = false | ||
insert_final_newline = false | ||
line_wrap_mode = soft wrap | ||
|
||
[*.md] | ||
indent_style = space | ||
indent_size = 2 | ||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = false | ||
insert_final_newline = false | ||
line_wrap_mode = soft wrap | ||
|
||
[*.yml *.yaml] | ||
indent_style = space | ||
indent_size = 2 | ||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = false | ||
insert_final_newline = false | ||
line_wrap_mode = soft wrap | ||
|
||
[*.txt] | ||
indent_style = space | ||
indent_size = 2 | ||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = false | ||
insert_final_newline = false | ||
line_wrap_mode = soft wrap | ||
|
||
[*.mk] | ||
indent_style = space | ||
indent_size = 2 | ||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = false | ||
insert_final_newline = false | ||
line_wrap_mode = soft wrap | ||
|
||
[*.htm *.html] | ||
indent_style = space | ||
indent_size = 2 | ||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = false | ||
insert_final_newline = false | ||
line_wrap_mode = soft wrap | ||
|
||
[*.j] | ||
indent_style = space | ||
indent_size = 2 | ||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = false | ||
insert_final_newline = false | ||
line_wrap_mode = soft wrap | ||
|
||
[*.py] | ||
indent_style = space | ||
indent_size = 2 | ||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = false | ||
insert_final_newline = false | ||
line_wrap_mode = soft wrap | ||
|
||
[*.c *.h] | ||
indent_style = space | ||
indent_size = 2 | ||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = false | ||
insert_final_newline = false | ||
line_wrap_mode = soft wrap | ||
|
||
[*.sh] | ||
indent_style = space | ||
indent_size = 2 | ||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = false | ||
insert_final_newline = false | ||
line_wrap_mode = soft wrap | ||
|
||
# File info | ||
|
||
# File type: Editorconfig file (*.editorconfig) | ||
# File version: 2 (Sunday, 2021 August 22nd at 8:43 pm) | ||
# Line count (including blank lines and compiler line): 104 | ||
|
||
# End of script |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,163 @@ | ||
# Start of script | ||
# .gitattributes | ||
# 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. | ||
# 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 | ||
# .gitattributes | ||
# and nothing else, no characters before, no characters after | ||
# Start of linguist script | ||
# HTML | ||
*.htm linguist-detectable=false | ||
*.htm linguist-documentation=false | ||
*.htm linguist-language=HTML | ||
*.html linguist-detectable=false | ||
*.html linguist-documentation=false | ||
*.html linguist-language=HTML | ||
*.mhtm linguist-detectable=false | ||
*.mhtm linguist-documentation=false | ||
*.mhtm linguist-language=HTML | ||
*.mhtml linguist-detectable=false | ||
*.mhtml linguist-documentation=false | ||
*.mhtm linguist-language=HTML | ||
*.xhtm linguist-detectable=false | ||
*.xhtm linguist-documentation=false | ||
*.xhtm linguist-language=HTML | ||
*.xhtml linguist-detectable=false | ||
*.xhtml linguist-documentation=false | ||
*.xhtm linguist-language=HTML | ||
# HTML Application | ||
*.hta linguist-detectable=false | ||
*.hta linguist-documentation=false | ||
*.hta linguist-language=HTML | ||
# Elm | ||
*.elm linguist-detectable=true | ||
*.elm linguist-documentation=false | ||
*.elm linguist-language=Elm | ||
# Makefile (GNU Make) | ||
*.mk linguist-detectable=false | ||
*.mk linguist-documentation=false | ||
*.mk linguist-language=Makefile | ||
*.mak linguist-detectable=false | ||
*.mak linguist-documentation=false | ||
*.mak linguist-language=Makefile | ||
*.make linguist-detectable=false | ||
*.make linguist-documentation=false | ||
*.make linguist-language=Makefile | ||
*.makefile linguist-detectable=false | ||
*.makefile linguist-documentation=false | ||
*.makefile linguist-language=Makefile | ||
# YAML | ||
*.yml linguist-detectable=false | ||
*.yml linguist-documentation=false | ||
*.yml linguist-language=YAML | ||
*.yaml linguist-detectable=false | ||
*.yaml linguist-documentation=false | ||
*.yaml linguist-language=YAML | ||
# ROFF | ||
*.0 linguist-detectable=false | ||
*.0 linguist-documentation=false | ||
*.0 linguist-language=Roff | ||
*.1 linguist-detectable=false | ||
*.1 linguist-documentation=false | ||
*.1 linguist-language=Roff | ||
*.2 linguist-detectable=false | ||
*.2 linguist-documentation=false | ||
*.2 linguist-language=Roff | ||
*.3 linguist-detectable=false | ||
*.3 linguist-documentation=false | ||
*.3 linguist-language=Roff | ||
# SVG | ||
*.svg linguist-detectable=false | ||
*.svg linguist-documentation=false | ||
*.svg linguist-language=SVG | ||
# JSON | ||
*.json linguist-detectable=false | ||
*.json linguist-documentation=false | ||
*.json linguist-language=JSON | ||
# TeX | ||
*.tex linguist-detectable=false | ||
*.tex linguist-documentation=false | ||
*.tex linguist-language=TeX | ||
# BibTeX | ||
*.bib linguist-detectable=false | ||
*.bib linguist-documentation=false | ||
*.bib linguist-language=BibTeX | ||
# INI | ||
*.ini linguist-detectable=false | ||
*.ini linguist-documentation=false | ||
*.ini linguist-language=INI | ||
# Citation FIle Format | ||
*.cff linguist-detectable=false | ||
*.cff linguist-documentation=false | ||
*.cff linguist-language=Citation-File-Format | ||
# KDE Desktop | ||
*.desktop linguist-detectable=false | ||
*.desktop linguist-documentation=false | ||
*.desktop linguist-language=desktop | ||
# Plain Text | ||
*.txt linguist-detectable=false | ||
*.txt linguist-documentation=false | ||
*.txt linguist-language=Plain-text | ||
# ReStructuredText | ||
*.rst linguist-detectable=false | ||
*.rst linguist-documentation=false | ||
*.rst linguist-language=reStructuredText | ||
# WikiText | ||
*.wiki linguist-detectable=false | ||
*.wiki linguist-documentation=false | ||
*.wiki linguist-language=Wikitext | ||
# Markdown | ||
# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other" | ||
*.md linguist-detectable=false | ||
*.md linguist-documentation=false | ||
*.md linguist-language=Markdown | ||
*.mkd linguist-detectable=false | ||
*.mkd linguist-documentation=false | ||
*.mkd linguist-language=Markdown | ||
*.mdown linguist-detectable=false | ||
*.mdown linguist-documentation=false | ||
*.mdown linguist-language=Markdown | ||
*.markdown linguist-detectable=false | ||
*.markdown linguist-documentation=false | ||
*.markdown linguist-language=Markdown | ||
# URLL | ||
*.urll linguist-detectable=true | ||
*.urll linguist-documentation=false | ||
*.urll linguist-language=URLL | ||
# URL | ||
*.url linguist-detectable=false | ||
*.url linguist-documentation=false | ||
*.url linguist-language=URL | ||
# PNG | ||
*.png linguist-detectable=false | ||
*.png linguist-documentation=false | ||
*.png linguist-language=PNG | ||
# GIF | ||
*.gif linguist-detectable=false | ||
*.gif linguist-documentation=false | ||
*.gif linguist-language=GIF | ||
# JPG/JPEG | ||
*.jpg linguist-detectable=false | ||
*.jpg linguist-documentation=false | ||
*.jpg linguist-language=JPG | ||
*.jpeg linguist-detectable=false | ||
*.jpeg linguist-documentation=false | ||
*.jpeg linguist-language=JPEG | ||
# Git | ||
*.editorconfig linguist-detectable=true | ||
*.editorconfig linguist-documentation=false | ||
*.editorconfig linguist-language=Editorconfig | ||
*.gitattributes linguist-detectable=true | ||
*.gitattributes linguist-documentation=false | ||
*.gitattributes linguist-language=Gitattributes | ||
*.gitignore linguist-detectable=true | ||
*.gitignore linguist-documentation=false | ||
*.gitignore linguist-language=Gitignore | ||
*.gitmodules linguist-detectable=true | ||
*.gitmodules linguist-documentation=false | ||
*.gitmodules linguist-language=Gitmodules | ||
# End of linguist script | ||
# File info | ||
# File type: gitattributes file (*.gitattributes) | ||
# File version: 4 (Thursday, 2022 May 19th at 3:27 pm pst) | ||
# Line count (including blank lines and compiler line): 164 | ||
# End of script |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# These are supported funding model platforms | ||
|
||
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] | ||
|
||
patreon: seanpm2001 # Creator page | ||
patreon: seanpm2001_software # Main page | ||
# Replace with a single Patreon username | ||
|
||
open_collective: # Replace with a single Open Collective username | ||
ko_fi: # Replace with a single Ko-fi username | ||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel | ||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry | ||
liberapay: # Replace with a single Liberapay username | ||
issuehunt: # Replace with a single IssueHunt username | ||
otechie: # Replace with a single Otechie username | ||
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
|
||
*** | ||
|
||
# .github folder info | ||
|
||
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. | ||
|
||
This directory contains several features. | ||
|
||
**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. | ||
|
||
**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: | ||
|
||
_I archive my own GitHub issues, and will not archive issues you raise without your permission. This includes replies, comments, and posts._ | ||
|
||
* A YAML file is also included that contains GitHub label data, with hexadecimal color codes, issue description, and issue titles. | ||
|
||
* Sometimes, other YAML files are included for configuration of issues. | ||
|
||
**Coming soon:** A separate YAML file for each issue directory that contains label data | ||
|
||
**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: | ||
|
||
_I archive my own GitHub discussions, and will not archive discussions you raise without your permission. This includes replies, comments, and posts_ | ||
|
||
**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). | ||
|
||
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) | ||
|
||
*** | ||
|
||
## File info | ||
|
||
**File type:** `Markdown (*.md)` | ||
|
||
**Original creation date:** `Thursday, March 18th 2021 at 3:18 pm)` | ||
|
||
**File version:** `1 (Thursday, March 18th 2021 at 3:18 pm)` | ||
|
||
**Line count (including blank lines and compiler line):** `43` | ||
|
||
*** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
|
||
*** | ||
|
||
# .github folder info | ||
|
||
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. | ||
|
||
This directory contains several features. | ||
|
||
**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. | ||
|
||
**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: | ||
|
||
_I archive my own GitHub issues, and will not archive issues you raise without your permission. This includes replies, comments, and posts._ | ||
|
||
* A YAML file is also included that contains GitHub label data, with hexadecimal color codes, issue description, and issue titles. | ||
|
||
* Sometimes, other YAML files are included for configuration of issues. | ||
|
||
**Coming soon:** A separate YAML file for each issue directory that contains label data | ||
|
||
**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: | ||
|
||
_I archive my own GitHub discussions, and will not archive discussions you raise without your permission. This includes replies, comments, and posts_ | ||
|
||
**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). | ||
|
||
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) | ||
|
||
*** | ||
|
||
## File info | ||
|
||
**File type:** `Markdown (*.md)` | ||
|
||
**Original creation date:** `Thursday, March 18th 2021 at 3:18 pm)` | ||
|
||
**File version:** `1 (Thursday, March 18th 2021 at 3:18 pm)` | ||
|
||
**Line count (including blank lines and compiler line):** `43` | ||
|
||
*** |
Oops, something went wrong.