Skip to content

Commit eb92cd9

Browse files
committedJun 15, 2022
Initialize WacOS-Other
0 parents  commit eb92cd9

File tree

69 files changed

+16975
-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.

69 files changed

+16975
-0
lines changed
 

‎.editorconfig

+104
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 = soft wrap
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 = soft wrap
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 = soft wrap
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 = soft wrap
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 = soft wrap
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 = soft wrap
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 = soft wrap
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 = soft wrap
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 = soft wrap
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

+148
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,148 @@
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)
9+
*.htm linguist-detectable=false
10+
*.htm linguist-documentation=false
11+
*.htm linguist-language=HTML
12+
*.html linguist-detectable=false
13+
*.html linguist-documentation=false
14+
*.html linguist-language=HTML
15+
*.mhtm linguist-detectable=false
16+
*.mhtm linguist-documentation=false
17+
*.mhtm linguist-language=HTML
18+
*.mhtml linguist-detectable=false
19+
*.mhtml linguist-documentation=false
20+
*.mhtm linguist-language=HTML
21+
*.xhtm linguist-detectable=false
22+
*.xhtm linguist-documentation=false
23+
*.xhtm linguist-language=HTML
24+
*.xhtml linguist-detectable=false
25+
*.xhtml linguist-documentation=false
26+
*.xhtm linguist-language=HTML
27+
# Objective-C
28+
*.m linguist-detectable=true
29+
*.m linguist-documentation=false
30+
*.m linguist-language=Objective-C
31+
# Objective-C++
32+
# Currently not planned to be used on this project
33+
*.mm linguist-detectable=true
34+
*.mm linguist-documentation=false
35+
*.mm linguist-language=Objective-C++
36+
# AppleScript
37+
*.applescript linguist-detectable=true
38+
*.applescript linguist-documentation=false
39+
*.applescript linguist-language=AppleScript
40+
*.scpt linguist-detectable=true
41+
*.scpt linguist-documentation=false
42+
*.scpt linguist-language=AppleScript
43+
*.scptd linguist-detectable=true
44+
*.scptd linguist-documentation=false
45+
*.scptd linguist-language=AppleScript
46+
# Metal
47+
*.metal linguist-detectable=true
48+
*.metal linguist-documentation=false
49+
*.metal linguist-language=Metal
50+
# Pascal
51+
*.pas linguist-detectable=true
52+
*.pas linguist-documentation=false
53+
*.pas linguist-language=Pascal
54+
# Swift
55+
*.swift linguist-detectable=true
56+
*.swift linguist-documentation=false
57+
*.swift linguist-language=Swift
58+
# PostScript
59+
*.ps linguist-detectable=true
60+
*.ps linguist-documentation=false
61+
*.ps linguist-language=PostScript
62+
# C
63+
*.c linguist-detectable=true
64+
*.c linguist-documentation=false
65+
*.c linguist-language=C
66+
*.h linguist-detectable=true
67+
*.h linguist-documentation=false
68+
*.h linguist-language=C
69+
# Makefile (GNU Make)
70+
*.mk linguist-detectable=false
71+
*.mk linguist-documentation=false
72+
*.mk linguist-language=Makefile
73+
*.mak linguist-detectable=false
74+
*.mak linguist-documentation=false
75+
*.mak linguist-language=Makefile
76+
*.make linguist-detectable=false
77+
*.make linguist-documentation=false
78+
*.make linguist-language=Makefile
79+
*.makefile linguist-detectable=false
80+
*.makefile linguist-documentation=false
81+
*.makefile linguist-language=Makefile
82+
# YAML
83+
*.yml linguist-detectable=false
84+
*.yml linguist-documentation=false
85+
*.yml linguist-language=YAML
86+
*.yaml linguist-detectable=false
87+
*.yaml linguist-documentation=false
88+
*.yaml linguist-language=YAML
89+
# ReStructuredText
90+
*.rst linguist-detectable=true
91+
*.rst linguist-documentation=false
92+
*.rst linguist-language=reStructuredText
93+
# LaTeX/BibTeX
94+
*.tex linguist-detectable=true
95+
*.tex linguist-documentation=false
96+
*.tex linguist-language=TeX
97+
*.bib linguist-detectable=true
98+
*.bib linguist-documentation=false
99+
*.bib linguist-language=BibTeX
100+
# SVG
101+
*.svg linguist-detectable=false
102+
*.svg linguist-documentation=false
103+
*.svg linguist-language=SVG
104+
# JSON
105+
*.json linguist-detectable=false
106+
*.json linguist-documentation=false
107+
*.json linguist-language=JSON
108+
# INI
109+
*.ini linguist-detectable=false
110+
*.ini linguist-documentation=false
111+
*.ini linguist-language=INI
112+
# Assembly (x86)
113+
*.asm linguist-detectable=true
114+
*.asm linguist-documentation=false
115+
*.asm linguist-language=Assembly
116+
# Roff
117+
*.0 linguist-detectable=false
118+
*.0 linguist-documentation=false
119+
*.0 linguist-language=Roff
120+
*.1 linguist-detectable=false
121+
*.1 linguist-documentation=false
122+
*.1 linguist-language=Roff
123+
*.2 linguist-detectable=false
124+
*.2 linguist-documentation=false
125+
*.2 linguist-language=Roff
126+
*.3 linguist-detectable=false
127+
*.3 linguist-documentation=false
128+
*.3 linguist-language=Roff
129+
# Markdown
130+
# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
131+
*.md linguist-detectable=false
132+
*.md linguist-documentation=false
133+
*.md linguist-language=Markdown
134+
*.mkd linguist-detectable=false
135+
*.mkd linguist-documentation=false
136+
*.mkd linguist-language=Markdown
137+
*.mdown linguist-detectable=false
138+
*.mdown linguist-documentation=false
139+
*.mdown linguist-language=Markdown
140+
*.markdown linguist-detectable=false
141+
*.markdown linguist-documentation=false
142+
*.markdown linguist-language=Markdown
143+
# End of linguist script
144+
# File info
145+
# File type: Gitattributes file (*.gitattributes)
146+
# File version: 4 (2022, Monday, June 13th at 4:25 pm PST)
147+
# Line count (including blank lines and compiler line): 149
148+
# End of script

0 commit comments

Comments
 (0)
Please sign in to comment.