Skip to content

Commit

Permalink
Rename bin folder
Browse files Browse the repository at this point in the history
Signed-off-by: m4rc3l05 <15786310+M4RC3L05@users.noreply.github.com>
  • Loading branch information
M4RC3L05 committed Apr 2, 2024
1 parent 7541ff5 commit d6daf36
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion bin/public-to-json.ts → .bin/public-to-json.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env -S deno run -A --unstable
#!/usr/bin/env -S deno run -A --unstable-ffi --cached-only --lock=deno.lock

import { build, type Plugin } from "esbuild";
import { cache as esbuildPluginCache } from "esbuild-plugin-cache";
Expand Down
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
bin/*
!bin/.gitkeep
!bin/public-to-json.ts
.bin/*
!.bin/.gitkeep
!.bin/public-to-json.ts
share
lib
include
data
src/public.json
*.dll
.cache
.cache

0 comments on commit d6daf36

Please sign in to comment.