Skip to content

Commit

Permalink
[BE] feat : gitignore 파일 생성
Browse files Browse the repository at this point in the history
  • Loading branch information
[subimm] committed Jan 9, 2023
1 parent f57655b commit 0ba76fe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
out/
!**/src/main/**/out/
!**/src/test/**/out/

0 comments on commit 0ba76fe

Please sign in to comment.