first commit
This commit is contained in:
25
.gitignore
vendored
Normal file
25
.gitignore
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
# Maven
|
||||
target/
|
||||
!.mvn/wrapper/maven-wrapper.jar
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
*.iml
|
||||
.vscode/
|
||||
*.classpath
|
||||
*.project
|
||||
*.settings/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
logs/
|
||||
|
||||
# Application secrets (운영 설정 제외 시 아래 활성화)
|
||||
# src/main/resources/application-prod.yml
|
||||
|
||||
# Uploaded files
|
||||
uploads/
|
||||
Reference in New Issue
Block a user