chore: 🤖 gitginore

This commit is contained in:
amianthus
2026-03-16 12:34:33 +00:00
parent c281b9c226
commit 3688d61160
4 changed files with 5 additions and 2 deletions

View File

@@ -145,7 +145,7 @@
},
"devDependencies": {
"@sindresorhus/tsconfig": "^3.0.1",
"@types/bun": "^1.2.21",
"@types/bun": "^1.3.10",
"@types/node": "^24.0.10",
"@types/react": "^19.0.0",
"@vdemedes/prettier-config": "^2.0.1",

1
packages/atmn/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
tmp/

View File

@@ -1,3 +1,5 @@
import * as Bun from "bun";
async function getVersion(): Promise<string> {
const packageJson = await Bun.file("./package.json").json();
return packageJson.version;

View File

@@ -67,7 +67,7 @@
},
"devDependencies": {
"@sindresorhus/tsconfig": "^3.0.1",
"@types/bun": "^1.2.21",
"@types/bun": "^1.3.10",
"@types/node": "^24.0.10",
"@types/react": "^19.0.0",
"@vdemedes/prettier-config": "^2.0.1",