Skip to content

Commit

Permalink
Project update. [p][robotic]
Browse files Browse the repository at this point in the history
  • Loading branch information
jaswrks committed Sep 27, 2023
1 parent d2465ad commit e2d3be1
Show file tree
Hide file tree
Showing 42 changed files with 1,581 additions and 1,501 deletions.
8 changes: 4 additions & 4 deletions .browserslistrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
# Generated data.
# <generated:start>

# Last generated Thu, Sep 21, 2023, 6:04:41 AM EDT.
# Last generated Wed, Sep 27, 2023, 4:09:09 PM EDT.

[production]
last 1 chrome versions
node >= 20.5.1
node >= 20.5.0
and_chr >= 92
chrome >= 92
and_ff >= 90
Expand All @@ -46,7 +46,7 @@ not dead

[any]
last 1 chrome versions
node >= 20.5.1
node >= 20.5.0
and_chr >= 92
chrome >= 92
and_ff >= 90
Expand All @@ -70,7 +70,7 @@ unreleased firefox versions
not dead

[node]
node >= 20.5.1
node >= 20.5.0
not dead

[cfw]
Expand Down
8 changes: 5 additions & 3 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Generated data.
# <generated:start>

# Last generated Thu, Sep 21, 2023, 6:04:41 AM EDT.
# Last generated Wed, Sep 27, 2023, 4:09:09 PM EDT.

# Locals

Expand Down Expand Up @@ -214,9 +214,11 @@ dist

# npm:Configs

tsconfig.*
wrangler.*
*.config.*
wrangler.*
tsconfig.*
dev-types.d.ts
package.json
config.gypi

# npm:Locks
Expand Down
138 changes: 70 additions & 68 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Generated data.
# <generated:start>

# Last generated Thu, Sep 21, 2023, 6:04:41 AM EDT.
# Last generated Wed, Sep 27, 2023, 4:09:08 PM EDT.

# Default

Expand All @@ -26,42 +26,51 @@
# Text

*.txt text
*.text text

# Markdown

*.md text
*.mdx text
*.md text
*.markdown text
*.mdown text
*.mdwn text
*.mkd text
*.mdtxt text
*.mdtext text

# Rich Text

*.rtf binary
*.rtx binary
*.rtf binary

# HTML

*.htm text
*.html text
*.shtm text
*.htm text
*.shtml text
*.shtm text
*.xhtml text
*.xhtm text

# PDF

*.pdf binary

# Other Text

*.vtt text
*.asc text
*.c text
*.cc text
*.h text
*.srt text

# PHP

*.php text
*.phtm text
*.phtml text
*.phtm text

# PHP Source

*.phps text

# ASP

*.asp text
*.aspx text

# Ruby

Expand All @@ -71,36 +80,30 @@

*.py text

# ASP

*.asp text
*.aspx text

# Perl

*.cgi text
*.pl6 text
*.perl6 text
*.pl text
*.plx text
*.cgi text
*.ppl text
*.perl text

# Shell

*.sh text
*.zsh text
*.bash text
*.zsh text
*.sh text

# Node Archive

*.node binary

# PHP Archive

*.phar binary

# PHP Source
# C

*.phps text
*.c text
*.cs text
*.cpp text
*.cc text
*.o text
*.h text

# Docker

Expand All @@ -124,27 +127,26 @@

*.wasm binary
*.js text
*.cjs text
*.mjs text
*.cjs text
*.jsx text
*.cjsx text
*.mjsx text
*.cjsx text

# TypeScript

*.ts text
*.cts text
*.mts text
*.cts text
*.tsx text
*.ctsx text
*.mtsx text
*.ctsx text

# Style

*.css text
*.scss text
*.less text
*.xsd text
*.xsl text
*.xslt text

Expand Down Expand Up @@ -210,14 +212,14 @@
# I18n

*.po text
*.pot text
*.mo binary

# XML

*.dtd text
*.xhtm text
*.xhtml text
*.xml text
*.xsd text
*.dtd text

# Calendar

Expand All @@ -227,16 +229,20 @@

*.atom text
*.rdf text
*.rss-http text
*.rss text
*.rss2 text
*.rss-http text

# Log

*.log text

# Other Data

*.asx binary
*.vtt text
*.srt text
*.dfxp text
*.hex binary

# Other Config
Expand All @@ -249,8 +255,8 @@
*.editorconfig text
*.shellcheckrc text
*.browserslistrc text
*.gitconfig text
*.gitchange text
*.gitconfig text
*.gitattributes text
*.gitignore text
*.npmignore text
Expand All @@ -262,7 +268,6 @@
# Image

*.ai binary
*.apng binary
*.bmp binary
*.eps binary
*.gif binary
Expand All @@ -273,6 +278,8 @@
*.jpe binary
*.pict binary
*.png binary
*.apng binary
*.xcf binary
*.psd binary
*.pspimage binary
*.svg text
Expand Down Expand Up @@ -302,12 +309,7 @@

# Video

*.3g2 binary
*.3gp2 binary
*.3gp binary
*.3gpp binary
*.asf binary
*.asx binary
*.avi binary
*.divx binary
*.flv binary
Expand Down Expand Up @@ -335,36 +337,37 @@

# Archive

*.7z binary
*.iso binary
*.dmg binary
*.tar binary
*.gtar binary
*.gz binary
*.tgz binary
*.gzip binary
*.iso binary
*.jar binary
*.rar binary
*.tar binary
*.zip binary
*.sketch binary
*.7z binary
*.jar binary
*.node binary
*.phar binary

# Certificate

*.csr text
*.crt text
*.pem text
*.asc text

# Other Application

*.so binary
*.app binary
*.xcf binary
*.bin binary
*.blend binary
*.com binary
*.dfxp binary
*.dll binary
*.exe binary
*.so binary
*.blend binary
*.sketch binary

# Google

Expand All @@ -377,6 +380,12 @@
*.fla binary
*.swf binary

# Apple

*.key binary
*.numbers binary
*.pages binary

# MS Office

*.doc binary
Expand All @@ -386,14 +395,13 @@
*.dotx binary
*.mdb binary
*.mpp binary
*.one binary
*.onetoc binary
*.onetoc2 binary
*.onetmp binary
*.onepkg binary
*.oxps binary
*.pot binary
*.pps binary
*.ppt binary
*.pps binary
*.potm binary
*.potx binary
*.ppam binary
Expand Down Expand Up @@ -428,14 +436,8 @@

# WordPerfect

*.wp binary
*.wpd binary

# iWork

*.key binary
*.numbers binary
*.pages binary
*.wp binary

# Special Cases

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [20.5.1]
node-version: [20.5.0]

runs-on: ${{matrix.os}}
environment: ci # CI environment.
Expand Down
Loading

0 comments on commit e2d3be1

Please sign in to comment.