Skip to content

Commit

Permalink
1a9266b emoji avatars and mirrored grids
Browse files Browse the repository at this point in the history
  • Loading branch information
david-fong committed Apr 28, 2021
1 parent 2e76880 commit e9e8d9d
Show file tree
Hide file tree
Showing 64 changed files with 212 additions and 164 deletions.
48 changes: 1 addition & 47 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -18,32 +18,19 @@
*.bash text eol=lf
*.bat text eol=crlf
*.cmd text eol=crlf
*.coffee text
*.css text diff=css
*.htm text diff=html
*.html text diff=html
*.inc text
*.ini text
*.js text
*.json text
*.jsx text
*.less text
*.ls text
*.map text -diff
*.od text
*.onlydata text
*.php text diff=php
*.pl text
*.ps1 text eol=crlf
*.py text diff=python
*.rb text diff=ruby
*.sass text
*.scm text
*.scss text diff=css
*.sh text eol=lf
*.sql text
*.styl text
*.tag text
*.ts text
*.tsx text
*.xml text
Expand All @@ -53,36 +40,21 @@
Dockerfile text

# Documentation
*.ipynb text
*.markdown text diff=markdown
*.md text diff=markdown
*.mdwn text diff=markdown
*.mdown text diff=markdown
*.mkd text diff=markdown
*.mkdn text diff=markdown
*.mdtxt text
*.mdtext text
*.txt text
AUTHORS text
CHANGELOG text
CHANGES text
CONTRIBUTING text
COPYING text
copyright text
*COPYRIGHT* text
INSTALL text
license text
LICENSE text
NEWS text
readme text
*README* text
TODO text

# Templates
#*.dot text
*.ejs text diff=html
#*.haml text
*.handlebars text
*.hbs text
*.vue text

Expand All @@ -99,6 +71,7 @@ TODO text
package.json text eol=lf
package-lock.json text eol=lf -diff
pnpm-lock.yaml text eol=lf -diff
yarn.lock text -diff
*.toml text
*.yaml text
*.yml text
Expand All @@ -110,21 +83,12 @@ makefile text
Procfile text

# Graphics
#*.ai binary
#*.bmp binary
#*.eps binary
*.gif binary
#*.gifv binary
*.ico binary
*.jng binary
*.jp2 binary
*.jpg binary
*.jpeg binary
#*.jpx binary
#*.jxr binary
*.pdf binary
*.png binary
#*.psb binary
*.psd binary
# SVG treated as an asset (binary) by default.
*.svg text
Expand All @@ -138,30 +102,20 @@ Procfile text
*.webp binary

# Audio
#*.kar binary
*.m4a binary
*.mid binary
*.midi binary
*.mp3 binary
*.ogg binary
#*.ra binary

# Video
#*.3gpp binary
#*.3gp binary
#*.as binary
#*.asf binary
#*.asx binary
*.fla binary
*.flv binary
*.m4v binary
#*.mng binary
*.mov binary
*.mp4 binary
*.mpeg binary
*.mpg binary
#*.ogv binary
#*.swc binary
*.swf binary
*.webm binary

Expand Down
48 changes: 1 addition & 47 deletions client/.gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -18,32 +18,19 @@
*.bash text eol=lf
*.bat text eol=crlf
*.cmd text eol=crlf
*.coffee text
*.css text diff=css
*.htm text diff=html
*.html text diff=html
*.inc text
*.ini text
*.js text
*.json text
*.jsx text
*.less text
*.ls text
*.map text -diff
*.od text
*.onlydata text
*.php text diff=php
*.pl text
*.ps1 text eol=crlf
*.py text diff=python
*.rb text diff=ruby
*.sass text
*.scm text
*.scss text diff=css
*.sh text eol=lf
*.sql text
*.styl text
*.tag text
*.ts text
*.tsx text
*.xml text
Expand All @@ -53,36 +40,21 @@
Dockerfile text

# Documentation
*.ipynb text
*.markdown text diff=markdown
*.md text diff=markdown
*.mdwn text diff=markdown
*.mdown text diff=markdown
*.mkd text diff=markdown
*.mkdn text diff=markdown
*.mdtxt text
*.mdtext text
*.txt text
AUTHORS text
CHANGELOG text
CHANGES text
CONTRIBUTING text
COPYING text
copyright text
*COPYRIGHT* text
INSTALL text
license text
LICENSE text
NEWS text
readme text
*README* text
TODO text

# Templates
#*.dot text
*.ejs text diff=html
#*.haml text
*.handlebars text
*.hbs text
*.vue text

Expand All @@ -99,6 +71,7 @@ TODO text
package.json text eol=lf
package-lock.json text eol=lf -diff
pnpm-lock.yaml text eol=lf -diff
yarn.lock text -diff
*.toml text
*.yaml text
*.yml text
Expand All @@ -110,21 +83,12 @@ makefile text
Procfile text

# Graphics
#*.ai binary
#*.bmp binary
#*.eps binary
*.gif binary
#*.gifv binary
*.ico binary
*.jng binary
*.jp2 binary
*.jpg binary
*.jpeg binary
#*.jpx binary
#*.jxr binary
*.pdf binary
*.png binary
#*.psb binary
*.psd binary
# SVG treated as an asset (binary) by default.
*.svg text
Expand All @@ -138,30 +102,20 @@ Procfile text
*.webp binary

# Audio
#*.kar binary
*.m4a binary
*.mid binary
*.midi binary
*.mp3 binary
*.ogg binary
#*.ra binary

# Video
#*.3gpp binary
#*.3gp binary
#*.as binary
#*.asf binary
#*.asx binary
*.fla binary
*.flv binary
*.m4v binary
#*.mng binary
*.mov binary
*.mp4 binary
*.mpeg binary
*.mpg binary
#*.ogv binary
#*.swc binary
*.swf binary
*.webm binary

Expand Down
Loading

0 comments on commit e9e8d9d

Please sign in to comment.