forked from Edwardvaneechoud/Flowfile
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
105 lines (95 loc) · 2.13 KB
/
Copy path.gitignore
File metadata and controls
105 lines (95 loc) · 2.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
/mysql
/mysql/*
.idea
.build-logs
files/*
.env
/.env
./.env
flowfile_core/files/*
flowfile_core/files/excel_files/
flowfile_core/files/csv/
flowfile_core/db_data
*__pycache__*
/flowfile_core/.cache_data
/flowfile_frontend/node_modules
/node_modules/*
/flowfile_core/analysis/
/flowfile_core/.cache_data/*
/flowfile_core/.venv-*
/.venv-*
/flowfile_core/.cache*
*.cache*
/flowfile_core/saved_flows/**.json
/flowfile_core/saved_flows/
/flowfile_core/flowfile_core/saved_flows/
/flowfile_frontend/dist-electron/*
/flowfile_core/tests/data/*
/dist
/build
/.vscode
/.idea
/.venv.DS_Store
site/ # Also ignore mkdocs build directory
**/.DS_Store
/docs/.venv/
docs/.venv/
**/.venv/**
/site/
/.venv
print_structure.py
/venv_flowfile/**
services_dist/
shared_data/
saved_flows/
/flowfile_frontend/playwright-report/index.html
/flowfile.db
/flowfile_catalog.db
/flowfile_frontend/flowfile.db
/flowfile_frontend/flowfile_catalog.db
/flowfile_worker.spec
/flowfile_frontend/test-results/.last-run.json
/test_utils/postgres/postgres-docker-samples/
**/test_flowfile.db
**/test_flowfile_catalog.db
/flowfile/flowfile/web/static/
flowfile.db
flowfile_catalog.db
local_data
/custom_nodes/
/flowfile_core/tests/support_files/flows/new_flow.flowfile
/flowfile_frame/tests/output_csv.csv
/output_csv.csv
/flowfile_core/tests/support_files/flows/sample_flow_path.flowfile
/flowfile_core/tests/support_files/flows/second_flow.flowfile
/flowfile_core/tests/support_files/flows/tmp/
# Coverage
.coverage
coverage.xml
htmlcov/
# Docker
flowfile_data/
# Egg info
*.egg-info/
# Secrets and keys - NEVER commit these
master_key.txt
*.key
*.pem
!requirements*.txt
test-embed
/expr_transformer/
/.opencode/
# Local remote-image compose setup
/docker-remote/
# Local review artefacts
/diff.txt
# Local editor / one-off backup files (e.g. *.local-backup-YYYYMMDD-HHMMSS)
*.local-backup-*
# Stray runtime artefacts
error-linux
.claude/scheduled_tasks.lock
# Repo-root local Claude state only — leave subtree configs
# (e.g. plugin/agent dirs nested under packages) tracked.
/.claude/
# Signing checklist holds real cert/notarization secrets — never commit
flowfile_frontend/src-tauri/SIGNING_CHECKLIST.md