mirror of
https://github.com/nasa/openmct.git
synced 2025-05-04 09:42:57 +00:00
[Build] Add npmignore to allow packing
Add .npmignore to facilitate packing of package with npm pack.
This commit is contained in:
parent
3de094e311
commit
1eb372177d
35
.npmignore
Normal file
35
.npmignore
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
*.scssc
|
||||||
|
*.zip
|
||||||
|
*.gzip
|
||||||
|
*.tgz
|
||||||
|
*.DS_Store
|
||||||
|
|
||||||
|
*.sass-cache
|
||||||
|
*COMPILE.css
|
||||||
|
|
||||||
|
# Intellij project configuration files
|
||||||
|
*.idea
|
||||||
|
*.iml
|
||||||
|
|
||||||
|
# External dependencies
|
||||||
|
|
||||||
|
# Build output
|
||||||
|
target
|
||||||
|
|
||||||
|
# Mac OS X Finder
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# Closed source libraries
|
||||||
|
closed-lib
|
||||||
|
|
||||||
|
# Node, Bower dependencies
|
||||||
|
node_modules
|
||||||
|
bower_components
|
||||||
|
|
||||||
|
Procfile
|
||||||
|
|
||||||
|
# Protractor logs
|
||||||
|
protractor/logs
|
||||||
|
|
||||||
|
# npm-debug log
|
||||||
|
npm-debug.log
|
Loading…
x
Reference in New Issue
Block a user