14 lines
251 B
Plaintext
14 lines
251 B
Plaintext
# Config files for testing and linting
|
|
.eslintrc.js
|
|
.travis.yml
|
|
|
|
# This is only needed for building dist and library files
|
|
gulpfile.js
|
|
|
|
# We do not need the TypeScipt source in deployments
|
|
tsconfig.json
|
|
src.ts/
|
|
|
|
# To run tests, checkout GitHub
|
|
tests/
|