Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .babelrc

This file was deleted.

91 changes: 17 additions & 74 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,80 +1,23 @@
.env
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# Created by https://www.gitignore.io/api/node,osx,linux
# dependencies
/node_modules
/.pnp
.pnp.js

### Node ###
# Logs
logs
*.log
npm-debug.log*

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules
jspm_packages

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history
# testing
/coverage

# production
/build

### OSX ###
# misc
.DS_Store
.AppleDouble
.LSOverride
.env.local
.env.development.local
.env.test.local
.env.production.local

# Icon must end with two \r
Icon


# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk


### Linux ###
*~

# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*

# KDE directory preferences
.directory

# Linux trash folder which might appear on any partition or disk
.Trash-*
npm-debug.log*
yarn-debug.log*
yarn-error.log*
76 changes: 0 additions & 76 deletions config/webpack.config.common.js

This file was deleted.

30 changes: 0 additions & 30 deletions config/webpack.config.dev.js

This file was deleted.

17 changes: 0 additions & 17 deletions config/webpack.config.prod.js

This file was deleted.

21 changes: 21 additions & 0 deletions debug.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[0531/135325.022:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0531/135325.022:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0531/135325.022:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0531/135325.022:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0531/135325.022:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0531/135325.022:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0531/135325.022:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0531/161012.892:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0531/161012.892:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0531/161012.892:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0531/161012.892:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0531/161012.893:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0531/161012.893:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0531/161012.893:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0531/230508.904:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0531/230508.912:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0531/230508.912:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0531/230508.912:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0531/230508.912:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0531/230508.912:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0531/230508.912:ERROR:crash_report_database_win.cc(469)] failed to stat report
83 changes: 0 additions & 83 deletions index.js

This file was deleted.

Loading