Create JS action

This commit is contained in:
Colin McDonnell
2025-08-27 16:53:48 -07:00
parent 2cacf2ada3
commit c5b1e63811
10 changed files with 549 additions and 3 deletions
+37
View File
@@ -0,0 +1,37 @@
# macOS settings file
.DS_Store
# Contains all your dependencies
node_modules
# Replace as required with your build location
/build
# Deal with environment files
.env
.env.*
# We'll allow an example .env file which can be copied
!.env.example
# Coverage directory used by testing tools
coverage
# Visual Studio Code configuration
.vscode/
# npm and yarn debug logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# next.js
.next
# sveltekit
/.svelte-kit
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
examples