This commit is contained in:
Nikita
2025-03-14 00:39:57 +01:00
parent 4ad9483d6b
commit 53edf1824d
2 changed files with 11 additions and 1 deletions

9
.gitignore vendored
View File

@@ -6,13 +6,20 @@ output
dist
target
.idea
.cache
.output
node_modules
package-lock.json
yarn.lock
pnpm-lock.yaml
.vercel
private
private.*
private-*
p-*
past.*
past-*
scripts/run.ts
*.bike
*.db
.repo_ignore
x/

3
scripts/run.ts Normal file
View File

@@ -0,0 +1,3 @@
async function main() {}
main()