Skip to content

Commit

Permalink
Fixed focus lock bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Brown committed Feb 23, 2021
1 parent fb28217 commit 4134190
Show file tree
Hide file tree
Showing 15 changed files with 11,712 additions and 18,339 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ github: chrisbrownie55

patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
ko_fi: chrisbrown
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
Expand Down
50 changes: 42 additions & 8 deletions .gitignore
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
1 change: 0 additions & 1 deletion examples/typescript/.eslintcache

This file was deleted.

23 changes: 0 additions & 23 deletions examples/typescript/.gitignore

This file was deleted.

Loading

0 comments on commit 4134190

Please sign in to comment.