mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 01:01:11 +03:00
Initial push
This commit is contained in:
+42
@@ -0,0 +1,42 @@
|
||||
# editor
|
||||
.idea
|
||||
.vscode
|
||||
|
||||
# dependencies
|
||||
**/node_modules
|
||||
**/package-lock.json
|
||||
**/yarn.lock
|
||||
|
||||
## logs
|
||||
**/*.log
|
||||
|
||||
## build
|
||||
**/dist
|
||||
**/build
|
||||
|
||||
## temp
|
||||
**/tmp
|
||||
**/temp
|
||||
|
||||
## test
|
||||
**/coverage
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
|
||||
## env
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
.env
|
||||
|
||||
## turbo
|
||||
.turbo
|
||||
|
||||
## secrets
|
||||
**/*.key
|
||||
**/api.json
|
||||
|
||||
## compressed
|
||||
**/*.tgz
|
||||
Reference in New Issue
Block a user