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>
15 lines
234 B
Plaintext
15 lines
234 B
Plaintext
# Ignore Gradle project-specific cache directory
|
|
.gradle
|
|
|
|
# Ignore Gradle build output directory
|
|
build
|
|
|
|
*.swp
|
|
|
|
# Ignore local configuration files
|
|
run.yml
|
|
|
|
# Ignore accidentally extracted distribution files in project root
|
|
/bin/
|
|
/lib/
|