Skip to content

Commit

Permalink
[FIX] 잘못된 git ignore 등록 요소 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yummygyudon committed Nov 26, 2024
1 parent d194e1b commit 353779b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ out/
.vscode/

### Propety ###
*.properties
gradle.properties
**/src/main/resources/*.properties

### Key ###
*.pem
Expand Down
7 changes: 7 additions & 0 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 353779b

Please sign in to comment.