Detail: https://projects.knownelement.com/issues/632#note-1 💘 Generated with Crush Assisted-by: Crush:glm-5.2
26 lines
343 B
Plaintext
26 lines
343 B
Plaintext
# Ignore all cloned repositories
|
|
Package-Workspace/**/repo/
|
|
|
|
# Ignore common build artifacts
|
|
**/node_modules/
|
|
**/target/
|
|
**/build/
|
|
**/dist/
|
|
**/.git/
|
|
**/vendor/
|
|
|
|
# Ignore IDE files
|
|
**/.vscode/
|
|
**/.idea/
|
|
**/*.swp
|
|
**/*.swo
|
|
|
|
# Ignore OS files
|
|
**/.DS_Store
|
|
**/Thumbs.db
|
|
|
|
# Ignore logs
|
|
**/*.log
|
|
|
|
# Crush ticket-gate state (session-transient)
|
|
.crush/ |