Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
blefnk committed Sep 13, 2024
1 parent 25e0159 commit 86555d4
Show file tree
Hide file tree
Showing 7 changed files with 1,301 additions and 1,418 deletions.
166 changes: 166 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,167 @@
* text=auto
*.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 eol=lf
*.mjs text eol=lf
*.cjs text eol=lf
*.json text eol=lf
*.jsx text eol=lf
*.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 eol=lf
*.rb text diff=ruby eol=lf
*.sass text
*.scm text
*.scss text diff=css
*.sh text eol=lf
.husky/* text eol=lf
*.sql text eol=lf
*.styl text
*.tag text
*.ts text eol=lf
*.tsx text eol=lf
*.xml text
*.xhtml text diff=html
Dockerfile text
*.ipynb text eol=lf
*.markdown text diff=markdown
*.md text diff=markdown eol=lf
*.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 eol=lf
CHANGES text
CONTRIBUTING text eol=lf
COPYING text
copyright text
*COPYRIGHT* text
INSTALL text
license text eol=lf
LICENSE text eol=lf
NEWS text
readme text eol=lf
*README* text eol=lf
TODO text eol=lf
*.astro text eol=lf
*.dot text
*.ejs text
*.erb text
*.haml text
*.handlebars text eol=lf
*.hbs text eol=lf
*.hbt text
*.jade text
*.latte text
*.mustache text
*.njk text
*.phtml text
*.svelte text eol=lf
*.tmpl text
*.tpl text
*.twig text
*.vue text eol=lf
*.cnf text
*.conf text
*.config text eol=lf
.editorconfig text eol=lf
.env text eol=lf
.gitattributes text eol=lf
.gitconfig text
.htaccess text
*.lock text -diff
package.json text eol=lf
package-lock.json text eol=lf -diff
pnpm-lock.yaml text eol=lf -diff
.prettierrc text eol=lf
yarn.lock text -diff
*.toml text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
browserslist text
Makefile text
makefile text
tsconfig.json linguist-language=JSON-with-Comments
Procfile text
*.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 text
*.svgz binary
*.tif binary
*.tiff binary
*.wbmp binary
*.webp binary
*.kar binary
*.m4a binary
*.mid binary
*.midi binary
*.mp3 binary
*.ogg binary
*.ra binary
*.3gpp binary
*.3gp binary
*.as binary
*.asf binary
*.asx binary
*.avi 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
*.7z binary
*.gz binary
*.jar binary
*.rar binary
*.tar binary
*.zip binary
*.ttf binary
*.eot binary
*.otf binary
*.woff binary
*.woff2 binary
*.exe binary
*.pyc binary
**/.yarn/releases/** binary
**/.yarn/plugins/** binary
*.*rc text eol=lf
*.*ignore text eol=lf
dist/* binary
82 changes: 9 additions & 73 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,166 +1,102 @@
# See https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files

# Dependency directories
node_modules/
jspm_packages/
bower_components/
web_modules/
.pnp
.pnp.js

# Build outputs
build/
dist/
out/
.next/
next-env.d.ts
.nuxt/
.gatsby/
target/

# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*

# Runtime data
pids/
*.pid
*.seed
*.pid.lock

# Coverage directories
lib-cov/
coverage/
*.lcov
.nyc_output/

# Grunt intermediate storage
.grunt/

# node-waf configuration
.lock-wscript

# Compiled binary addons
build/Release/

# TypeScript cache
*.tsbuildinfo
*.d.ts.map

# Optional npm cache directory
.npm/
.npm/_locks

# Optional stylelint cache
.stylelintcache

# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn files
.yarn/
.yarn/cache/
.yarn/unplugged/
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
.yarn-integrity

# dotenv environment variable files
.env
.env.*
.env.local
__.env
.__.env

# Parcel cache
.cache/
.parcel-cache/

# Expo
.expo/
dist/
expo-env.d.ts
apps/expo/.gitignore

# Docusaurus cache and generated files
.docusaurus/

# Serverless directories
.serverless/

# FuseBox cache
.fusebox/

# DynamoDB Local files
.dynamodb/

# TernJS port file
.tern-port/

# Turbo
.turbo/

# Vercel
.vercel/

# Diagnostic reports
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# IntelliJ based IDEs
.idea/

# MacOS Finder
.DS_Store

# Binaries
*.exe
*.dll
*.so
*.dylib
*.bin

# Temporary files
*.tmp
*.temp
*.bak
*.old
*.orig
*.swp

# Python related
*.pem
*.swc
__pycache__/
*.py[oc]
*.egg-info/
.venv/
.ruff_cache/
.wheels/

# Code editors
*.sublime-project
*.sublime-workspace
*.idea/
*.vscode/
.eslintcache
.vscode-test/

# Misc
*.pem
*.swc
path_mapping.txt
addons/.output/
addons/premium/
.changeset/README.md
yarn-error.log/
path_mapping.txt
coverage/
.million/
.vercel
.env*.local
Loading

0 comments on commit 86555d4

Please sign in to comment.