-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy path.gitignore
More file actions
109 lines (100 loc) · 1.88 KB
/
Copy path.gitignore
File metadata and controls
109 lines (100 loc) · 1.88 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
# Secrets, signing keys, credentials — NEVER commit
*.keystore
*.jks
*.pem
*.p12
*.pfx
*.key
*.crt
*.cer
*.env
.env.*
!.env.example
secrets/
credentials/
*.apikey
google-services.json
# Android: auto-generated PRG from the IDE form designer (regenerated each build)
source/backends/android/_generated.prg
# Compiled / build artifacts
*.obj
*.exe
*.tds
*.log
*.c
*.res
source/*.o
_shots/
# Prebuilt sample binary for demos (FiveTech_ERP)
!samples/projects/FiveTech_ERP/FiveTech_ERP.exe
!core/*.prg
!harbour/*.prg
!backends/**/*.prg
!backends/**/*.c
!source/backends/**/*.prg
!source/backends/**/*.c
!samples/*.prg
# Generated files
samples/*.c
samples/*.obj
samples/*.exe
samples/*.tds
samples/*.log
# Linux build artifacts
samples/*.o
samples/hbbuilder_linux
samples/libscintilla.so
samples/liblexilla.so
tests/*.o
tests/*.c
tests/bin/
!tests/ui_stubs.c
tests/test_debugger
tests/test_report
tests/gtk3_core.o
# IDE / editor
*.bak
*.swp
.claude/settings.local.json
.openclaude-profile.json
hbbuilder.ini
# Misc generated
build_out.txt
samples/prefs.json
samples/canvas.html
samples/form.html
samples/tui_trace.log
progreso.md
TButton.cpp
samples/projects/database/*.o
samples/projects/database/*.dbf
samples/projects/database/*.sqlite
samples/projects/database/dbf_example
samples/projects/database/sqlite_example
samples/projects/database/datacontrols_example
samples/projects/database/portable_example
samples/projects/database/*.c
samples/projects/database/gtk3_core.o
samples/projects/database/classes.o
# Worktrees
.worktrees/
source/HbBuilder
# Dev / test leftovers and IDE run artifacts (in addition to *.log *.obj *.exe)
test_memo/
terminals/
agent-tools/
*.trace.log
startup_timing.log
pos_trace.log
error_trace.log
save_trace.log
android_trace.log
scintilla_trace.log
pause_trace.log
inspector_trace.log
palette*.log
inspector_trace.log
bp_trace.log
# IDE runtime dirs
hbbuilder_build/
hbbuilder_debug/