chore(git): ignore .codegraph directory in git tracking
- Added .codegraph to .gitignore to prevent tracking build artifacts - Maintains clean repository state by excluding generated files
This commit is contained in:
parent
c7c490bf77
commit
1e82d22048
2
.gitignore
vendored
2
.gitignore
vendored
@ -30,7 +30,7 @@ pnpm-debug.log*
|
|||||||
# Build output
|
# Build output
|
||||||
dist/
|
dist/
|
||||||
build/
|
build/
|
||||||
|
.codegraph
|
||||||
# Logs
|
# Logs
|
||||||
logs/
|
logs/
|
||||||
*.log
|
*.log
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user