Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
henkelmax committed Apr 12, 2023
1 parent b858a9a commit 7ba84d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ run
logs

curseforge_api_key.txt
forge_update_api_key.txt
mod_update_api_key.txt
modrinth_token.txt
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ repositories {
maven {
url = 'https://www.cursemaven.com'
content {
includeGroup "curse.maven"
includeGroup 'curse.maven'
}
}
}
Expand Down

0 comments on commit 7ba84d1

Please sign in to comment.