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:
parent
9e3d6ecea3
commit
947a9815fd
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
7
CONTRIBUTING.md.meta
Normal file
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: bc1db8b29c76d44648c9c86c2dfade6d
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
7
LICENSE.md.meta
Normal file
7
LICENSE.md.meta
Normal file
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 77523c356ccf04f56b53e6527c6b12fd
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
7
README.md.meta
Normal file
7
README.md.meta
Normal file
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 243efae3a6b7941ad8f8e54dcf38ce8c
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@ -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"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user