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:
2026-01-31 23:19:19 +13:00
parent 987ff560f5
commit b2e42264ae
153 changed files with 11 additions and 982 deletions
+3
View File
@@ -23,5 +23,8 @@
},
"scripts": {
"build": "node scripts/build.js"
},
"dependencies": {
"@nebulaproject/core": "^0.1.3"
}
}