Skip to content

Commit

Permalink
Deleted targetgit status
Browse files Browse the repository at this point in the history
  • Loading branch information
LauroSilveira committed Nov 15, 2023
1 parent 68ddcc4 commit 909495e
Show file tree
Hide file tree
Showing 224 changed files with 10 additions and 6,289 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
reporter: java-junit

## Jacoco report
- name: Add coverage to PR
- name: Jacoco Report
id: jacoco
uses: madrapps/jacoco-report@v1.6.1
with:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Create Release

on:
push:
# Sequence of patterns matched against refs/tags
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10

Expand All @@ -17,7 +16,7 @@ jobs:
id: create_release
uses: actions/create-release@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
Expand Down
23 changes: 1 addition & 22 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,6 @@ HELP.md
!**/src/main/**/target/
!**/src/test/**/target/

### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache

### IntelliJ IDEA ###
.idea
*.iws
Expand All @@ -22,16 +13,4 @@ HELP.md
mvnw.cmd
mvnw
.env

### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/

### VS Code ###
.vscode/
target/**
7 changes: 7 additions & 0 deletions Contrasena_PRO_Test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

URL PROD: mongodb+srv://alura-flix-admin:UxOM6SSAtQHpDeEd@alura-flix.z61opfc.mongodb.net/?retryWrites=true&w=majority
contraseña PROD: UxOM6SSAtQHpDeEd

URL Test: mongodb+srv://laurosilveira:6Vos5cYJ9JfxidsQ@alura-flix-test.qixe2kd.mongodb.net/?retryWrites=true&w=majority
contraseã Test: 6Vos5cYJ9JfxidsQ

Binary file removed target/alura-flix-api-0.0.1-SNAPSHOT.jar
Binary file not shown.
Binary file removed target/alura-flix-api-0.0.1-SNAPSHOT.jar.original
Binary file not shown.
19 changes: 0 additions & 19 deletions target/classes/application.yml

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file removed target/jacoco.exec
Binary file not shown.
3 changes: 0 additions & 3 deletions target/maven-archiver/pom.properties

This file was deleted.

This file was deleted.

Loading

0 comments on commit 909495e

Please sign in to comment.