Skip to content

Package for sharing #76

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jan 19, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
cleanup dev build
  • Loading branch information
ShMcK committed Jan 19, 2020
commit 927f48ea2e793d827b126015602c3df3584782b1
12 changes: 9 additions & 3 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,20 +1,26 @@
## Common
.gitignore

## Docs
DEV.md

## VSCode
.vscode/**
.vscode-test/**
vsc-extension-quickstart.md
*.vsix

## Dev Folders
/src/**
/web-app/**
src/**
web-app/**
.env
.prettierrc.js
jest.config.js

## TypeScript
**/tsconfig.json
**/tslint.json
**/*.ts

## Tests
/build/test/**
build/test/**
File renamed without changes.