-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (38 loc) · 983 Bytes
/
Copy path.gitignore
File metadata and controls
47 lines (38 loc) · 983 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
# Build output
[Bb]in/
[Oo]bj/
# NuGet packages (restored from packages.config via `nuget restore` / MSBuild)
packages/
# Visual Studio
.vs/
*.user
*.suo
# SIMPL+ compiler intermediate / output
SPlsWork/
# SIMPL+ generated headers and the built library copy
*.ush
*.clz
# SIMPL Windows generated / compiled artifacts.
# The .smw program source IS tracked (acceptance program); its siblings are not.
*.lpz
*.lpz.hash
*.sig
*.sm2
*.smft
*.ASV
*_archive.zip
*_compiled.zip
# Claude Code local (machine-specific) settings
.claude/settings.local.json
# Internal working docs — kept locally, not tracked.
CLAUDE.md
HANDOVER.md
# Simpl program/ is the packaged demo deliverable — track it in full,
# overriding the build-artifact filters above (.clz/.ush/.lpz/.sig/...).
!Simpl program/
!Simpl program/**
# ...but keep SIMPL Windows intermediates and autosaves out of the deliverable.
Simpl program/SPlsWork/
Simpl program/*.ASV
Simpl program/*.sm2
Simpl program/*_archive.zip