Add typescript stuff

This commit is contained in:
2021-11-19 14:13:32 -06:00
parent 0b89af10d3
commit 103ab3979a
7 changed files with 1277 additions and 124 deletions

212
.gitignore vendored
View File

@@ -9,9 +9,6 @@
.idea/**/dictionaries
.idea/**/shelf
# AWS User-specific
.idea/**/aws.xml
# Generated files
.idea/**/contentModel.xml
@@ -74,155 +71,122 @@ fabric.properties
# Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser
# ---> Linux
*~
# ---> Node
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*
# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
# KDE directory preferences
.directory
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Linux trash folder which might appear on any partition or disk
.Trash-*
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# .nfs files are created when an open file is removed but is still being accessed
.nfs*
# Coverage directory used by tools like istanbul
coverage
*.lcov
# ---> Windows
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
# nyc test coverage
.nyc_output
# Dump file
*.stackdump
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# Folder config file
[Dd]esktop.ini
# Bower dependency directory (https://bower.io/)
bower_components
# Recycle Bin used on file shares
$RECYCLE.BIN/
# node-waf configuration
.lock-wscript
# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
# Windows shortcuts
*.lnk
# Dependency directories
node_modules/
jspm_packages/
# ---> macOS
# General
.DS_Store
.AppleDouble
.LSOverride
# Snowpack dependency directory (https://snowpack.dev/)
web_modules/
# Icon must end with two \r
Icon
# TypeScript cache
*.tsbuildinfo
# Thumbnails
# Optional npm cache directory
.npm
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
# Optional eslint cache
.eslintcache
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
# ---> Vim
# Swap
[._]*.s[a-v][a-z]
!*.svg # comment out if you don't need vector files
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
# Optional REPL history
.node_repl_history
# Session
Session.vim
# Output of 'npm pack'
*.tgz
# Temporary
.netrwhist
*~
# Auto-generated tag files
tags
# Persistent undo
# Yarn Integrity file
.yarn-integrity
# ---> Emacs
# -*- mode: gitignore; -*-
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
*.elc
auto-save-list
tramp
# dotenv environment variables file
.env
.env.test
# Org-mode
.org-id-locations
# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache
# flymake-mode
# Next.js build output
.next
out
# eshell files
/eshell/history
# Nuxt.js build / generate output
.nuxt
dist
# elpa packages
# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and not Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public
# reftex files
# vuepress build output
.vuepress/dist
# AUCTeX auto folder
# Serverless directories
.serverless/
# cask packages
.cask/
# FuseBox cache
.fusebox/
# Flycheck
# DynamoDB Local files
.dynamodb/
# server auth directory
# TernJS port file
.tern-port
# projectiles files
# Stores VSCode versions used for testing VSCode extensions
.vscode-test
# directory configuration
.dir-locals.el
# network security
/network-security.data
# ---> VisualStudioCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace
# Local History for Visual Studio Code
# yarn v2
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
/lib