mirror of https://gitee.com/openkylin/npm.git
22 lines
302 B
Plaintext
22 lines
302 B
Plaintext
# This file is automatically added by @npmcli/template-oss. Do not edit.
|
|
|
|
# ignore everything in the root
|
|
/*
|
|
|
|
# keep these
|
|
!**/.gitignore
|
|
!/.eslintrc.js
|
|
!/.eslintrc.local.*
|
|
!/.gitignore
|
|
!/bin/
|
|
!/CHANGELOG*
|
|
!/docs/
|
|
!/lib/
|
|
!/LICENSE*
|
|
!/map.js
|
|
!/package.json
|
|
!/README*
|
|
!/scripts/
|
|
!/tap-snapshots/
|
|
!/test/
|