- Add ./mvnw wrapper (script-only) so the project builds/runs without a system Maven install. - Add maven-shade-plugin producing a self-contained release/HauntedManor.jar (merges audio SPI services; no dependency-reduced-pom). - Document running via ./mvnw and via the jar directly in the README. - Ignore docs/superpowers/ (planning specs kept locally, untracked). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
54 lines
884 B
Plaintext
54 lines
884 B
Plaintext
target/
|
|
!.mvn/wrapper/maven-wrapper.jar
|
|
!**/src/main/**/target/
|
|
!**/src/test/**/target/
|
|
.kotlin
|
|
|
|
### IntelliJ IDEA ###
|
|
.idea/modules.xml
|
|
.idea/jarRepositories.xml
|
|
.idea/compiler.xml
|
|
.idea/libraries/
|
|
*.iws
|
|
*.iml
|
|
*.ipr
|
|
|
|
### Eclipse ###
|
|
.apt_generated
|
|
.classpath
|
|
.factorypath
|
|
.project
|
|
.settings
|
|
.springBeans
|
|
.sts4-cache
|
|
|
|
### NetBeans ###
|
|
/nbproject/private/
|
|
/nbbuild/
|
|
/dist/
|
|
/nbdist/
|
|
/.nb-gradle/
|
|
build/
|
|
!**/src/main/**/build/
|
|
!**/src/test/**/build/
|
|
|
|
### VS Code ###
|
|
.vscode/
|
|
|
|
### Mac OS ###
|
|
.DS_Store
|
|
|
|
### Brainstorming visual companion ###
|
|
.superpowers/
|
|
|
|
# Planning specs & implementation plans (kept locally, not tracked)
|
|
docs/superpowers/
|
|
|
|
# Local save games and settings
|
|
saves/
|
|
|
|
# Source audio (MP3 originals); only the converted .ogg under
|
|
# src/main/resources/music/ is tracked and bundled. Anchored so it
|
|
# ignores the top-level source folder but not the resources path.
|
|
/music/
|