mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-08 22:42:54 +00:00
build: add .npmignore from configuration
This commit is contained in:
committed by
Rainer Killinger
parent
9b889c8736
commit
2b6707e369
11
.npmignore
Normal file
11
.npmignore
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# Ignore all files/folders by default
|
||||||
|
# See https://stackoverflow.com/a/29932318
|
||||||
|
/*
|
||||||
|
# Except these files/folders
|
||||||
|
!docs
|
||||||
|
!lib
|
||||||
|
!LICENSE
|
||||||
|
!package.json
|
||||||
|
!package-lock.json
|
||||||
|
!README.md
|
||||||
|
!src
|
||||||
Reference in New Issue
Block a user