mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-11 20:00:23 +01:00
.
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -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
3
scripts/run.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
async function main() {}
|
||||
|
||||
main()
|
||||
Reference in New Issue
Block a user