1
0
mirror of https://github.com/Siccity/xNode.git synced 2026-03-26 22:49:02 +08:00

It's impossible to exclude LICENSE.md or README.md from npm install, just add meta files

This commit is contained in:
Greg Poole 2019-06-26 20:59:51 +10:00
parent 9e3d6ecea3
commit 947a9815fd
5 changed files with 22 additions and 7 deletions

3
.gitignore vendored
View File

@ -21,9 +21,6 @@
sysinfo.txt
/Examples/
README.md.meta
LICENSE.md.meta
CONTRIBUTING.md.meta
.git.meta
.gitignore.meta

7
CONTRIBUTING.md.meta Normal file
View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: bc1db8b29c76d44648c9c86c2dfade6d
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

7
LICENSE.md.meta Normal file
View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 77523c356ccf04f56b53e6527c6b12fd
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

7
README.md.meta Normal file
View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 243efae3a6b7941ad8f8e54dcf38ce8c
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -3,8 +3,5 @@
"description": "xNode provides a set of APIs and an editor interface for creating and editing custom node graphs.",
"version": "1.7.0",
"unity": "2018.1",
"displayName": "xNode",
"files": [
"Scripts/"
]
"displayName": "xNode"
}