Skip to content

Commit

Permalink
meta: more generic .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
refack committed Jul 26, 2019
1 parent f2d3053 commit 2eb4d2b
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
gyp/test
.*
!.github/
!.gitignore
!.travis.yml

/gyp/test/
/gyp/testlib/

node_modules
test/.node-gyp
.ncu
.nyc_output
package-lock.json

!/test/node_modules/
/test/node_modules/hello_world/build/

/1*/

0 comments on commit 2eb4d2b

Please sign in to comment.