-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy path.gitignore
More file actions
38 lines (36 loc) · 844 Bytes
/
Copy path.gitignore
File metadata and controls
38 lines (36 loc) · 844 Bytes
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
node_modules
.DS_Store
.code-workspace
.vscode/
package-lock.json
KNXUltimateDebugLog.txt
AGENTS.md
tutorial
.continue/
AGENTS/
docs/_site/
docs/Gemfile.lock
scripts/
!scripts/
scripts/*
!scripts/generate-hue-controller-profiles.js
!scripts/publish-and-refresh.js
!scripts/hue-controller-profiles/
!scripts/hue-controller-profiles/**
# Live integration test secrets & local state (NEVER commit real IPs/tokens/passwords)
flows_cred.json
test/
!test/
test/*
!test/matterControllerEditor.test.js
!test/matterQrScanner.test.js
!test/knxAiConversation.test.js
!test/knxAiScheduler.test.js
!test/disabledSidebarPlugins.test.js
!test/knxAiHomeMemory.test.js
!test/knxAiCerebrum.test.js
!test/knxAiBootNotification.test.js
!test/hueController.test.js
!test/docsNavigation.test.js
!test/knxUltimateWatchDog.test.js
!test/knxUltimateIoTBridge.test.js