PedaloLauncher/.gitignore
VIDOKS 833b022bf8 Resolve merge conflicts and integrate PedaloLauncher code
- Merged existing repository structure with complete launcher implementation
- Updated README.md with full documentation
- Enhanced .gitignore with comprehensive exclusions
- Ready for production deployment
2025-09-05 02:02:58 +02:00

77 lines
784 B
Plaintext

### Java ###
*.class
*.jar
*.war
*.ear
*.aar
*.zip
*.tar.gz
*.rar
hs_err_pid*
replay_pid*
### Build directories ###
build/
out/
target/
dist/
temp/
!**/src/main/**/build/
!**/src/test/**/build/
### IntelliJ IDEA ###
.idea/
*.iws
*.iml
*.ipr
out/
!**/src/main/**/out/
!**/src/test/**/out/
### Eclipse ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
bin/
!**/src/main/**/bin/
!**/src/test/**/bin/
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
### VS Code ###
.vscode/
### BlueJ files ###
*.ctxt
### Mobile Tools for Java (J2ME) ###
.mtj.tmp/
### Mac OS ###
.DS_Store
### Windows ###
Thumbs.db
ehthumbs.db
Desktop.ini
### Logs ###
*.log
### Temporary files ###
*.tmp
*.temp
*~
### Claude Code ###
.claude/