@tscircuit/cli 0.0.129 → 0.0.130

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -104,7 +104,7 @@ export const initCmd = async (ctx: AppContext, args: any) => {
104
104
  writeFileSync("package.json", JSON.stringify(packageJson, null, 2))
105
105
 
106
106
  console.log(`Adding ".tscircuit" to .gitignore`)
107
- appendFileSync(".gitignore", "\n.tscircuit\n*.__tmp_entrypoint.tsx\ndist", {
107
+ appendFileSync(".gitignore", "\n.tscircuit\n*.__tmp_entrypoint.tsx\ndist\nnode_modules\n", {
108
108
  encoding: "utf-8",
109
109
  flag: "a+",
110
110
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.0.129",
3
+ "version": "0.0.130",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Command line tool for developing, publishing and installing tscircuit circuits",