Skip to content

Commit

Permalink
chore: .gitignore 내용 추가
Browse files Browse the repository at this point in the history
- Rest Docs로 생성된 html 파일 ignore 대상에 추가
  • Loading branch information
linglong67 committed Jan 19, 2024
1 parent bf891da commit 3ff0a61
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions module-api/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
HELP.md
.gradle
build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/

### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
bin/
!**/src/main/**/bin/
!**/src/test/**/bin/

### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
out/
!**/src/main/**/out/
!**/src/test/**/out/

### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/

### rest docs ###
/src/main/resources/static/docs

### VS Code ###
.vscode/

0 comments on commit 3ff0a61

Please sign in to comment.