68 lines
839 B
Plaintext
68 lines
839 B
Plaintext
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
# compiled output
|
|
dist
|
|
tmp
|
|
.nx/
|
|
/out-tsc
|
|
firebase-admin-sdk.json
|
|
dev
|
|
/cache
|
|
.env
|
|
|
|
# SDK Build
|
|
builds
|
|
|
|
# dependencies
|
|
node_modules
|
|
|
|
# IDEs and editors
|
|
/.idea
|
|
.project
|
|
.classpath
|
|
.c9/
|
|
*.launch
|
|
.settings/
|
|
*.sublime-workspace
|
|
/cache
|
|
# IDE - VSCode
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
|
|
# misc
|
|
/.sass-cache
|
|
/connect.lock
|
|
/coverage
|
|
/libpeerconnection.log
|
|
npm-debug.log
|
|
yarn-error.log
|
|
testem.log
|
|
/typings
|
|
.nx/
|
|
# System Files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
|
|
.angular
|
|
activepieces-engine.js
|
|
.history/
|
|
|
|
# produced by unsandboxed engine execution
|
|
.pnpm-store
|
|
|
|
# produced by backend tests
|
|
.npm-cache
|
|
|
|
# scratch pad
|
|
scratch.md
|
|
|
|
# environment variables
|
|
.env
|
|
|
|
.cursor/rules/nx-rules.mdc
|
|
.github/instructions/nx.instructions.md
|