Update .gitignore

This commit is contained in:
Santiago Lo Coco 2024-03-25 00:24:41 +01:00
parent c6bea4a971
commit bab07706c7
2 changed files with 35 additions and 56 deletions

58
.gitignore vendored
View File

@ -1,25 +1,37 @@
# Docker project generated files to ignore HELP.md
# if you want to ignore files created by your editor/tools, target/
# please consider a global .gitignore https://help.github.com/articles/ignoring-files !.mvn/wrapper/maven-wrapper.jar
.vagrant* !**/src/main/**/target/
bin !**/src/test/**/target/
docker/docker
.*.swp ### STS ###
a.out .apt_generated
*.orig .classpath
build_src .factorypath
.flymake* .project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea .idea
*.iws
*.iml
*.ipr
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/
### VS Code ###
.vscode/
### MacOS ###
.DS_Store .DS_Store
docs/_build
docs/_static
docs/_templates
.gopath/
.dotcloud
*.test
bundles/
.hg/
.git/
vendor/pkg/
pyenv
Vagrantfile

33
spring-app/.gitignore vendored
View File

@ -1,33 +0,0 @@
HELP.md
target/
!.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/