Skip to content

[조세은] sprint4 #213

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 17 commits into
base: part1-조세은
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions .github/pull-request-template.md

This file was deleted.

89 changes: 56 additions & 33 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,43 +1,66 @@
.gradle
# 빌드 폴더
.gradle/
build/
!gradle/wrapper/gradle-wrapper.jar
!src/main/main/**/build/
!**/src/test/**/build/

### IntelliJ IDEA ###
.idea
.idea/modules.xml
.idea/jarRepositories.xml
.idea/compiler.xml
.idea/libraries/

# IDE 설정 파일
.idea/
*.iws
*.iml
*.ipr
out/
!src/main/main/**/out/
!**/src/test/**/out/

### Eclipse ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
.settings/

# OS 및 에디터 관련 파일
.DS_Store
Thumbs.db
.vscode/

# 환경설정 파일 (비밀정보)
application.yaml
application.properties
.env
config.json

# 데이터베이스 및 로그
*.db
*.sqlite
logs/
*.log

# 업로드 및 캐시 파일
#uploads/
temp/

# 패키지 매니저
node_modules/
package-lock.json
yarn.lock
__pycache__/
*.pyc

# 실행 파일
*.jar
*.war
*.zip
*.tar.gz
*.out
*.exe
*.dll
*.bat


bin/
!src/main/main/**/bin/
!**/src/test/**/bin/

### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
gradlew/
gradlew
gradlew.*
settings.gradle
gradle/
build.gradle
HELP.md

### VS Code ###
.vscode/
out/
*.ser

### Mac OS ###
.DS_Store
application.yml
Binary file removed .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
2 changes: 0 additions & 2 deletions .gradle/buildOutputCleanup/cache.properties

This file was deleted.

Binary file removed .gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
Empty file removed .gradle/vcs-1/gc.properties
Empty file.
8 changes: 0 additions & 8 deletions .idea/.gitignore

This file was deleted.

11 changes: 0 additions & 11 deletions .idea/1-sprint-mission.iml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

22 changes: 0 additions & 22 deletions HELP.md

This file was deleted.

Loading