jangular-cli
Version:
A powerful CLI tool for rapidly bootstrapping enterprise-grade Angular 17 & Spring Boot (Java 21) applications with integrated security, authentication, database management, and Docker support.
41 lines (34 loc) • 449 B
Plain Text
# Maven build files
target/
!target/*.jar
# IDE specific files
.idea/
.vscode/
*.iml
*.iws
*.ipr
.classpath
.project
.settings/
# Logs
logs/
*.log
# OS specific files
.DS_Store
Thumbs.db
# Local configuration files
*.env
application-local.properties
application-local.yml
# Git directory
.git/
.gitignore
# Docker related
.dockerignore
Dockerfile
docker-compose.yml
# Documentation and non-essential files
README.md
CHANGELOG.md
LICENSE
docs/