45cb7d05a1
* Mocking changes in action dir. * Ignore scripts due to missing ENV. * Disabling integration tests. * preserve the original condition as a comment. * rm temp trigger Co-authored-by: pullfrog[bot] <226033991+pullfrog[bot]@users.noreply.github.com> --------- Co-authored-by: pullfrog[bot] <226033991+pullfrog[bot]@users.noreply.github.com>
51 lines
703 B
Plaintext
51 lines
703 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
|
|
|
|
# Act temporary distribution directory
|
|
.act-dist/
|
|
|
|
# Temporary backup of node_modules
|
|
.node_modules_backup/
|
|
|
|
# Temporary directory for cloned repos
|
|
.temp/
|
|
dist
|
|
|
|
.pnpm-store/
|
|
|