Skip to content

Commit 1ac5788

Browse files
author
Lee Richmond
committed
Add basic writes; standardize ts/webpack
1 parent 78990ec commit 1ac5788

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+755
-3798
lines changed

.babelrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

.gitignore

Lines changed: 5 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,7 @@
1-
# Logs
2-
logs
3-
*.log
4-
npm-debug.log*
5-
6-
# Runtime data
7-
pids
8-
*.pid
9-
*.seed
10-
*.pid.lock
11-
12-
# Directory for instrumented libs generated by jscoverage/JSCover
13-
lib-cov
14-
15-
# Coverage directory used by tools like istanbul
16-
coverage
17-
18-
# nyc test coverage
19-
.nyc_output
20-
21-
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
22-
.grunt
23-
24-
# node-waf configuration
25-
.lock-wscript
26-
27-
# Compiled binary addons (http://nodejs.org/api/addons.html)
28-
build/Release
29-
30-
# Dependency directories
1+
.vscode
2+
.DS_Store
313
node_modules
32-
jspm_packages
33-
34-
# Optional npm cache directory
35-
.npm
36-
37-
# Optional eslint cache
38-
.eslintcache
39-
40-
# Optional REPL history
41-
.node_repl_history
42-
43-
# Output of 'npm pack'
44-
*.tgz
45-
46-
# Yarn Integrity file
47-
.yarn-integrity
48-
*.swp
49-
*.swn
50-
*.swo
514

52-
tmp/*
53-
!tmp/.keepme
54-
!.keepme
5+
lib
6+
lib-esm
7+
_bundles

.npmignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.*
2+
**/tsconfig.json
3+
**/webpack.config.js
4+
5+
node_modules
6+
src

dist/.keepme

Whitespace-only changes.

0 commit comments

Comments
 (0)