-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (47 loc) · 764 Bytes
/
Copy path.gitignore
File metadata and controls
52 lines (47 loc) · 764 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
# Maven build output
target/
# Gradle leftovers from reference project
build/
/.claude
/.idea
/bin/
# Environment variables
.env
.env.*
!.env.example
**/.env
**/.env.*
!**/.env.example
test-output.txt
# IDEA code analysis
qodana.yaml
/src/main/resources/application-dev.yml
/docs
private/
deploy/
# Local Spring config files that may contain credentials
application-local.yml
application-local.yaml
application-local.properties
application-dev-local.yml
application-dev-local.yaml
application-dev-local.properties
bootstrap-local.yml
bootstrap-local.yaml
bootstrap-local.properties
# Certificates / private keys / keystores
*.pem
*.key
*.p12
*.pfx
*.jks
*.keystore
*.crt
*.cer
*.der
id_rsa
id_dsa
id_ed25519
# Playwright MCP
.playwright-mcp/
.playwright-cli/