elsa-core/.gitignore
Sipke Schoorstra 1c0fb909f9
chore: anchor the Release/ ignore pattern to the repository root
`[Rr]elease*/` is unanchored, so it matched any directory whose name starts with
"release" at any depth -- including documentation and tooling paths that are not
build output. Two directories were silently excluded as a result:
.claude/skills/release-notes/ and .claude/skills/release-announcement/. `git add`
reported nothing and the commit simply omitted them.

bin/ and obj/ are already ignored above, so this pattern only needs to catch a
stray Release/ directory at the repository root. Anchoring it keeps that while
leaving docs/ and tooling directories tracked.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-22 23:06:17 +02:00

91 lines
1.3 KiB
Plaintext

# Ignore thumbnails created by Windows
Thumbs.db
# Ignore files built by Visual Studio
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
[Bb]in
[Dd]ebug*/
*.lib
*.sbr
obj/
# Build output only. Left unanchored this also matched documentation and tooling
# directories such as docs/images/releases/ and .claude/skills/release-*/, which
# were then silently excluded from commits. bin/ and obj/ are already ignored above.
/[Rr]elease*/
_ReSharper*/
[Tt]est[Rr]esult*
.vs/
# VS Code/Omnisharp crash dumps
mono_crash.mem*.blob
# Nuget packages folder
packages/
# Ignore git-related files
*.orig
# Rider
.idea
.run
# wwwroot
wwwroot/
# npm
node_modules/
.babelrc
.stylelintrc.yml
.eslintrc.yml
# volatile
App_Data/
*.db
*.db-journal
*.db-shm
*.db-wal
.DS_Store
# Fody - auto-generated XML schema
FodyWeavers.xsd
# Elsa Stencil Components
src/designer/elsa-workflows-designer/dist
src/designer/elsa-workflows-designer/www
src/designer/elsa-workflows-designer/loader
# Created by developers using GNU/Linux
.directory
src/modules/Elsa.Workflows.Designer/package-lock.json
unlist.sh
# build artifacts
/artifacts
/docker/data/
/docker/azurite-data/
docker/docker-compose-datadog.yml
# Test results
TestResults/
artifacts/
BenchmarkDotNet.Artifacts/