diff options
| author | Chris Aniszczyk <[email protected]> | 2012-04-19 15:32:41 -0700 |
|---|---|---|
| committer | Chris Aniszczyk <[email protected]> | 2012-04-19 16:09:59 -0700 |
| commit | c99dcd2e93a045701278d924470e10a4a180bc39 (patch) | |
| tree | 1a445a230cd11f4859864d0b94cf9d58263aa3fc /.gitignore | |
| parent | fd009597b67fc8bbd599248ce832a3930c85a966 (diff) | |
| download | bootstrap-c99dcd2e93a045701278d924470e10a4a180bc39.tar.xz bootstrap-c99dcd2e93a045701278d924470e10a4a180bc39.zip | |
Add Travis CI Support
Continous integration is nice, fixes #3155
Signed-off-by: Chris Aniszczyk <[email protected]>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 4086ceec5..2b1ffbfeb 100644 --- a/.gitignore +++ b/.gitignore @@ -32,4 +32,5 @@ nbproject .hg .svn .CVS -.idea
\ No newline at end of file +.idea +node_modules |
