Some changes to configuration and example element

This commit is contained in:
Justin Fagnani
2019-12-12 14:33:23 -08:00
parent 387a753d1f
commit 3f1e3a1d2d
10 changed files with 902 additions and 813 deletions

18
.gitignore vendored
View File

@@ -1,7 +1,15 @@
node_modules/
dist/
build/
lib/
test/
*.js.map
*.d.ts
*.d.ts.map
# generated test source
/test/**/*.js
/test/**/*.js.map
/test/**/*.d.ts
/test/**/*.d.ts.map
# top level source
my-element.js
my-element.js.map
my-element.d.ts
my-element.d.ts.map