Files
shockbot/.gitignore
T
Colin McDonnell c5b1e63811 Create JS action
2025-08-27 16:53:48 -07:00

37 lines
527 B
Plaintext

# 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