Skip to content

Commit

Permalink
feat: .env 파일 .gitignore 파일에 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
somin-jeong committed Nov 23, 2024
1 parent 09828ee commit df3c92d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/
.env

### STS ###
.apt_generated
Expand Down Expand Up @@ -34,4 +35,4 @@ out/
/.nb-gradle/

### VS Code ###
.vscode/
.vscode/

0 comments on commit df3c92d

Please sign in to comment.