mirror of
https://github.com/kennethreitz-archive/www.gittip.com.git
synced 2026-06-21 07:40:58 +00:00
f8668a912b
- 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.
17 lines
157 B
Plaintext
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/
|