-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Chris Brown
committed
Feb 23, 2021
1 parent
fb28217
commit 4134190
Showing
15 changed files
with
11,712 additions
and
18,339 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,42 @@ | ||
node_modules/ | ||
.vscode/ | ||
.*_cache_*/ | ||
.idea/ | ||
dist/ | ||
|
||
/.yarn/ | ||
/.github/ | ||
# NPM/Yarn | ||
node_modules | ||
.yarn | ||
.npm | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
|
||
# Yarn v2 (haven't switched yet but just in case) | ||
.yarn/cache | ||
.yarn/unplugged | ||
.yarn/build-state.yml | ||
.yarn/install-state.gz | ||
.pnp.* | ||
|
||
# TypeScript | ||
*.tsbuildinfo | ||
|
||
# Editors | ||
.vscode | ||
.idea | ||
|
||
# Build related | ||
.*_cache_* | ||
dist | ||
build | ||
|
||
# Testing | ||
coverage | ||
|
||
# Runtime data | ||
pids | ||
*.pid | ||
*.seed | ||
*.pid.lock | ||
|
||
# ESLint | ||
.eslintcache | ||
|
||
# Operating System stuff | ||
Thumbs.db | ||
.DS_Store |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.