Remove test.js and put it back in the gitignore

master
Christopher Chedeau 2017-02-03 14:37:04 -08:00
parent 3b66af3d60
commit 6b74de3716
2 changed files with 1 additions and 6 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
node_modules
npm-debug.log
/test.js

View File

@ -1,6 +0,0 @@
class A {
// comment
}
class A { // comment
}