Skip to content

Commit 59b20b8

Browse files
committed
Updated gitignore and raw-commit test
1 parent fdd3094 commit 59b20b8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.gitignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.lock-wscript
2-
./build/
3-
./doc
4-
!./doc/Theme.css
2+
build
3+
doc
4+
!doc/Theme.css
5+
example/stress/test

test/raw-commit.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ var git = require( '../' ).raw,
22
rimraf = require( '../vendor/rimraf' ) || require( 'rimraf' ),
33
path = require( 'path' );
44

5-
console.log(git);
65
var testRepo = new git.Repo();
76

87
// Helper functions

0 commit comments

Comments
 (0)