-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
67 lines (55 loc) · 831 Bytes
/
Copy path.gitignore
File metadata and controls
67 lines (55 loc) · 831 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
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
# Maven
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
# IDE
.idea/
*.iml
.vscode/
.settings/
.project
.classpath
.factorypath
# Logs
*.log
logs/
*.log.*
# OS
.DS_Store
Thumbs.db
# Module specific
openespi-*/target/
openespi-*/*.log
openespi-*/logs/
# Spring Boot
*.original
# Test outputs
test-output/
*.tmp
# Security
*.jks
*.p12
*.key
*.crt
*.pem
# Database
*.db
*.sqlite
# Temporary files
*.swp
*.swo
*~
# Temporary workaround directories - should not be committed
temp-services/
*/temp-services/.claude/settings.local.json
.claude/settings.local.json
# npm tooling (not part of Maven build)
node_modules/
package.json
package-lock.json
# Dev-only ESPI XML capture output (EspiXmlCaptureFilter, #119) — never committed
dev-xml-capture/