-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
112 lines (98 loc) · 1.94 KB
/
.gitignore
File metadata and controls
112 lines (98 loc) · 1.94 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
106
107
108
109
110
111
112
# Project Files
persona-admin-ui/node_modules/
persona-admin-ui/node_modules/*
/kotlin-persona
/generators
/spring-persona/
/temp/
/temp-ui/
.intellijPlatform/
# Node.js
/node_modules/
**/node_modules/
/package-lock.json
**/dist/
**/.next/
**/.output/
**/.turbo/
**/.vite/
**/coverage/
# PDF generation (keep HTML, ignore PDF)
BUSINESS_PLAN.pdf
# Gradle and build outputs
.gradle/
**/.gradle/
build/
**/build/
out/
**/out/
.kotlin/
# IDEs
.idea/
**/.idea/
*.iml
.vscode/
**/.vscode/
# OS
**/.DS_Store
# Logs
logs/
!**/src/**/logs/
*.log
*.out
/persona-admin-ui/node_modules/*
/temp-ui
/temp
/spring-persona
/build/
persona-demo/.env
# Environment variables and secrets - NEVER commit these files
.env
.env.local
.env.*.local
hydra/.env
*/.env
credentials.json
**/credentials.json
secrets.yaml
**/secrets.yaml
*.credentials
**/*.credentials
# Ignore root-level test directories created accidentally
# /src/ # REMOVED - was preventing source code from being committed!
# /test/ # REMOVED - was preventing tests from being committed!
# Autonomous development logs and artifacts
autonomous-logs/
*.pid
keepalive.log
hydra-keepalive.log
# Separate project directories (have own repos)
# These modules now live as sibling directories in /development/projects/
# They are referenced in settings.gradle.kts as external projects
# No need to ignore them here since they're no longer subdirectories
# Grimoire IDE Starter variants (developer workspace)
# Keep these tracked for now but ignore build artifacts
docs/developer/lilith/grimoire*/target/
docs/developer/lilith/grimoire*/Cargo.lock
docs/developer/lilith/ide-starter*/target/
docs/developer/lilith/ide-starter*/Cargo.lock
# Test artifacts
test-results/
test-file.txt
tmp/hsperfdata_root/
hydra-0.1.0.jar
BOOT-INF/
*.jar
workspace/
.gradle-local/**
leviathan/leviathan.out
*.out
*/*.out
# TypeScript build artifacts
*.tsbuildinfo
**/tsconfig.tsbuildinfo
vite.config.js
vite.config.d.ts
# Rust
**/target/
moloch/target/