Use .gitignore default instead of .npmignore

This commit is contained in:
Patrick Niklaus 2017-04-13 11:38:06 +00:00 committed by Patrick Niklaus
parent 721e5e7947
commit addf4d90e9
2 changed files with 2 additions and 10 deletions

2
.gitignore vendored
View File

@ -7,6 +7,8 @@
#############################
osrm-deps
.ycm_extra_conf.py
# Compiled source #
###################
*.com

View File

@ -1,10 +0,0 @@
*
!README.md
!CHANGELOG.md
!CONTRIBUTING.MD
!LICENCE.TXT
!package.json
!example
!lib/*.js
!profiles/*
!profiles/lib/*