-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
39 lines (34 loc) · 904 Bytes
/
Copy path.gitignore
File metadata and controls
39 lines (34 loc) · 904 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
39
# Ignore everything by default
*
# But keep PowerShell script files
!*.ps1
!*.psm1
!*.psd1
!*.example
!LoxoneUtils/
!tests/
!docs/
!*.png
!manifests/d/deafsquad/UpdateLoxone/ # Be very specific
# !UpdateLoxone-v*.zip # No longer needed as ZIPs are in releases_archive and not committed
releases_archive/
LoxoneUtils/archived_modules/
# Keep README.md and CHANGELOG.md but ignore all other .md files
!README.md
!CHANGELOG.md
*.md
# CLAUDE files (AI assistant configuration)
CLAUDE.md
CLAUDE.local.md
# Test folder specific rules
# Keep the folder structure but ignore contents
tests/temp/*
!tests/temp/.gitkeep
tests/TestResults/*
!tests/TestResults/.gitkeep
!tests/TestResults/README.md
tests/Helpers/temp/*
!tests/Helpers/temp/.gitkeep
# Keep this .gitignore file
# Local post-update hook: machine-specific, and may point at a private repo
post-update-hook.ps1