Setup proper dev environment

This commit is contained in:
2026-01-02 20:45:10 +05:00
parent c143fe66ac
commit b6d88b1666
5 changed files with 91 additions and 3 deletions

36
.dockerignore Normal file
View File

@ -0,0 +1,36 @@
HELP.md
.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/
### VS Code ###
.vscode/
.env