Skip to content

Commit

Permalink
Adding .DS_Store to .gitignore. Commenting out NewRelic
Browse files Browse the repository at this point in the history
  • Loading branch information
devondragon committed Jun 24, 2023
1 parent 10fc111 commit 1ee59c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# Created by https://www.gitignore.io/api/java,gradle,eclipse
# Edit at https://www.gitignore.io/?templates=java,gradle,eclipse

### MacOS ###
*.DS_Store

### Eclipse ###
.metadata
bin/
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {

// Other dependencies
runtimeOnly 'org.springframework.boot:spring-boot-devtools'
runtimeOnly 'io.micrometer:micrometer-registry-new-relic'
// runtimeOnly 'io.micrometer:micrometer-registry-new-relic'
runtimeOnly 'org.mariadb.jdbc:mariadb-java-client'
runtimeOnly 'org.postgresql:postgresql'
implementation 'org.passay:passay:1.6.2'
Expand Down

0 comments on commit 1ee59c5

Please sign in to comment.