mirror of
https://github.com/tiktok/sparo.git
synced 2024-11-14 19:35:12 -05:00
c48b5c0cec
Based on GitLab commit b7d0c1d555c9358a7fb2141b14730bcdb85c0654
32 lines
790 B
Text
32 lines
790 B
Text
# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO.
|
|
|
|
# Ignore all files by default, to avoid accidentally publishing unintended files.
|
|
*
|
|
|
|
# Use negative patterns to bring back the specific things we want to publish.
|
|
!/bin/**
|
|
!/lib/**
|
|
!/lib-*/**
|
|
!/dist/**
|
|
!ThirdPartyNotice.txt
|
|
|
|
# Ignore certain patterns that should not get published.
|
|
/dist/*.stats.*
|
|
/lib/**/test/
|
|
/lib-*/**/test/
|
|
*.test.js
|
|
|
|
# NOTE: These don't need to be specified, because NPM includes them automatically.
|
|
#
|
|
# package.json
|
|
# README (and its variants)
|
|
# CHANGELOG (and its variants)
|
|
# LICENSE / LICENCE
|
|
|
|
#--------------------------------------------
|
|
# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE
|
|
#--------------------------------------------
|
|
|
|
# (Add your project-specific overrides here)
|
|
!/assets/**
|
|
/lib-*/**
|