Add .gitignore and remove checked-in nebula modules
Add a .gitignore and remove numerous @nebulaproject packages and their asset files from node_modules to stop committing dependency artifacts (glyphs, binaries, src/dist files). Also update packages/core/package.json metadata and refresh lockfiles.
This commit is contained in:
+4
-1
@@ -34,7 +34,10 @@
|
||||
"packages/core": {
|
||||
"name": "@nebulaproject/core",
|
||||
"version": "0.1.3",
|
||||
"license": "MIT"
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@nebulaproject/core": "^0.1.3"
|
||||
}
|
||||
},
|
||||
"packages/core-glyphs": {
|
||||
"name": "@nebulaproject/core-glyphs",
|
||||
|
||||
Reference in New Issue
Block a user