mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-12 12:20:23 +01:00
.
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -6,13 +6,20 @@ output
|
|||||||
dist
|
dist
|
||||||
target
|
target
|
||||||
.idea
|
.idea
|
||||||
|
.cache
|
||||||
|
.output
|
||||||
node_modules
|
node_modules
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
yarn.lock
|
||||||
pnpm-lock.yaml
|
pnpm-lock.yaml
|
||||||
.vercel
|
.vercel
|
||||||
private
|
private
|
||||||
private.*
|
private.*
|
||||||
private-*
|
private-*
|
||||||
|
p-*
|
||||||
past.*
|
past.*
|
||||||
past-*
|
past-*
|
||||||
scripts/run.ts
|
*.bike
|
||||||
|
*.db
|
||||||
|
.repo_ignore
|
||||||
|
x/
|
||||||
|
|||||||
3
scripts/run.ts
Normal file
3
scripts/run.ts
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
async function main() {}
|
||||||
|
|
||||||
|
main()
|
||||||
Reference in New Issue
Block a user