Files
Berry Phillips f8668a912b Adding framework for JavaScript testing.
- Added package.json for resolving NodeJS dependencies.
- Added testacular configuration files and initial JS test folder structure.
- Note: JavaScript tests require NodeJS >= 8 and PhantomJS to be installed. PhantomJS must be installed globally.
2013-03-18 14:52:17 -07:00

17 lines
157 B
Plaintext

env/
gittip.egg-info/
*~
*.pyc
local.env
tests/env
*.idea/
*.egg-info/
nosetests.xml
.coverage
.noseids
.deps
.sass-cache/
gittip.css
.vagrant
node_modules/