The dji-sdk-classes.html reference is a generated artifact, not source, so exclude the root-level copy from version control. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
14 lines
440 B
Plaintext
14 lines
440 B
Plaintext
# Design assets (excluded from version control)
|
|
# Anchored to the repo root so it only matches the top-level Design/ folder.
|
|
# Unanchored `Design/` also matched nested source dirs like
|
|
# Web App/web/src/design/ (Git is case-insensitive on Windows/macOS),
|
|
# silently un-tracking real source files such as tokens.css.
|
|
/Design/
|
|
|
|
# Build artifacts
|
|
*.exe
|
|
*.exe~
|
|
|
|
# Generated reference (DJI SDK class reference, not source)
|
|
/dji-sdk-classes.html
|