fix: update .gitignore for flat structure migration #17
Labels
No labels
coordination/cross-repo
coordination/needed
effort
large
effort
medium
effort
small
meta/duplicate
meta/planning
meta/wontfix
priority
high
priority
low
priority
medium
session
blocker
session
handover
session
next
status
blocked
status
done
status
in-progress
status
review
status
to-go
type
admin
type
bug
type
config
type
deployment
type
docs
type
enhancement
type
feature
type
handover
type
infrastructure
type
installation
type
maintenance
type
migration
type
research
type
security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
DAW/daw-lua-common#17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
.gitignore in daw-lua-common still contains old src/lib paths from before
the flat structure migration. As a result, local clones (e.g. lib/daw/make-include)
are not ignored and get committed as empty submodule references.
Expected
.gitignore should reflect the flat structure:
Impact
git archive of daw-lua-common includes empty lib/daw/make-include/ directory,
which causes duplicate entries in merkwerk dist archives.
Fix
Update .gitignore in daw-lua-common to use flat paths.
Remove committed empty submodule reference lib/daw/make-include.
Done.