64fe9dbfb2
* Clean logs on startup; install server-side testing/linting * Add eslint config, make all of app/ conform to its demands * Add Node.js testing and linting to CI * Lock project to Node.js 7.9.0, used by Electron 1.7.10 * New eslint error: trailing commas in function argumensts Node 7.9.0 doesn't like trailing commas, but Electron does * Move electron to devDependency, tell eslint it's built-in
44 lines
464 B
Text
44 lines
464 B
Text
# test directories
|
|
__tests__
|
|
test
|
|
tests
|
|
powered-test
|
|
|
|
# asset directories
|
|
docs
|
|
doc
|
|
website
|
|
images
|
|
assets
|
|
|
|
# examples
|
|
example
|
|
examples
|
|
|
|
# code coverage directories
|
|
coverage
|
|
.nyc_output
|
|
|
|
# build scripts
|
|
Makefile
|
|
Gulpfile.js
|
|
Gruntfile.js
|
|
|
|
# configs
|
|
.tern-project
|
|
.gitattributes
|
|
.editorconfig
|
|
.*ignore
|
|
.eslintrc
|
|
.jshintrc
|
|
.flowconfig
|
|
.documentup.json
|
|
.yarn-metadata.json
|
|
.*.yml
|
|
|
|
# misc
|
|
*.gz
|
|
*.md
|
|
|
|
# asset directories
|
|
!nyc/node_modules/istanbul-reports/lib/html/assets
|