gitignore accidentally extracted distribution files
Prevent bin/ and lib/ in project root from showing up in git if the deploy script accidentally extracts to the wrong location. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
e9fc745d20
commit
4b8ffcdd1c
4
.gitignore
vendored
4
.gitignore
vendored
@ -8,3 +8,7 @@ build
|
|||||||
|
|
||||||
# Ignore local configuration files
|
# Ignore local configuration files
|
||||||
run.yml
|
run.yml
|
||||||
|
|
||||||
|
# Ignore accidentally extracted distribution files in project root
|
||||||
|
/bin/
|
||||||
|
/lib/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user