Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
loinsir committed Oct 6, 2022
0 parents commit 5da6fd3
Show file tree
Hide file tree
Showing 471 changed files with 20,929 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.pbxproj binary merge=union
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/seemeet-bug-issue-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: SeeMeet Bug Issue Template
about: 씨-밋 버그 이슈 템플릿
title: "[BUG]"
labels: ''
assignees: ''

---

## 🐞 버그 설명
<!-- source code 내에서 어떻게해서 버그가 발생했는지 설명해주세요 -->
<!-- 스크린 샷, 작동 환경 (OS, device 등)과 관련이 있다면 추가해주세요 -->

## 📝 todo
- [ ] todo
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/seemeet-feature-issue-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: SeeMeet Feature Issue Template
about: 씨-밋 기능 이슈 템플릿
title: "[FEAT]"
labels: ''
assignees: ''

---

## 📌 Feature Issue
<!-- 구현할 기능에 대한 내용을 설명해주세요. -->

## 📝 To-do
<!-- 해야 할 일들을 적어주세요. -->
- [ ] todo !
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/seemeet-hotfix-issue-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: SeeMeet Hotfix Issue Template
about: 씨-밋 핫픽스 이슈 템플릿
title: "[HOTFIX]"
labels: ''
assignees: ''

---

## 🐞 버그 설명
<!-- source code 내에서 어떻게해서 버그가 발생했는지 설명해주세요 -->
<!-- 스크린 샷, 작동 환경 (OS, device 등)과 관련이 있다면 추가해주세요 -->


## 📝 todo
- [ ] todo
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/seemeet-refactoring-issue-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: SeeMeet Refactor Issue Template
about: 씨-밋 리팩토링 이슈 템플릿
title: "[REFACTOR]"
labels: ''
assignees: ''

---

## 🔨 Refactor Issue
<!-- 구현할 에 대한 내용을 설명해주세요. -->

## 📝 To-do
<!-- 해야 할 일들을 적어주세요. -->
- [ ] todo !
19 changes: 19 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## 📌 관련 이슈
<!-- 관련있는 이슈 번호(#000)을 적어주세요.
해당 pull request merge와 함께 이슈를 닫으려면
closed: #Issue_number를 적어주세요 -->


## 📌 변경 사항 및 이유
<!-- 변경한 내용과 그 이유를 적어주세요. -->


## 📌 PR Point
<!-- 리뷰어 분들이 집중적으로 보셨으면 하는 내용을 적어주세요 -->


## 📌 참고 사항
<!-- 참고할 사항이 있다면 적어주세요. -->

## 📌 구동 영상
<!-- 구동되는 영상/움짤/캡쳐 등 리뷰어들이 참고할 수 있는 파일을 업로드 해주세요.-->
146 changes: 146 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,146 @@

# Created by https://www.toptal.com/developers/gitignore/api/swift,xcode,cocoapods,macos
# Edit at https://www.toptal.com/developers/gitignore?templates=swift,xcode,cocoapods,macos

### CocoaPods ###
## CocoaPods GitIgnore Template

# CocoaPods - Only use to conserve bandwidth / Save time on Pushing
# - Also handy if you have a large number of dependant pods
# - AS PER https://guides.cocoapods.org/using/using-cocoapods.html NEVER IGNORE THE LOCK FILE
*/Pods/
*/.Podfile.swp
SeeMeet/Podfile.lock


### macOS ###
# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon


# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

### Swift ###
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## User settings
xcuserdata/

## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
*.xcscmblueprint
*.xccheckout

## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
build/
DerivedData/
*.moved-aside
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3

## Obj-C/Swift specific
*.hmap

## App packaging
*.ipa
*.dSYM.zip
*.dSYM

## Playgrounds
timeline.xctimeline
playground.xcworkspace

# Swift Package Manager
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Packages/
# Package.pins
# Package.resolved
# *.xcodeproj
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
# hence it is not needed unless you have added a package configuration file to your project
# .swiftpm

.build/

# CocoaPods
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
# Pods/
# Add this line if you want to avoid checking in source code from the Xcode workspace
# *.xcworkspace

# Carthage
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts

Carthage/Build/

# Accio dependency management
Dependencies/
.accio/

# fastlane
# It is recommended to not store the screenshots in the git repo.
# Instead, use fastlane to re-generate the screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://docs.fastlane.tools/best-practices/source-control/#source-control

fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots/**/*.png
fastlane/test_output

# Code Injection
# After new code Injection tools there's a generated folder /iOSInjectionProject
# https://github.com/johnno1962/injectionforxcode

iOSInjectionProject/

### Xcode ###
# Xcode
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore




## Gcc Patch
/*.gcno

### Xcode Patch ###
*.xcodeproj/*
!*.xcodeproj/project.pbxproj
!*.xcodeproj/xcshareddata/
!*.xcworkspace/contents.xcworkspacedata
**/xcshareddata/WorkspaceSettings.xcsettings

# End of https://www.toptal.com/developers/gitignore/api/swift,xcode,cocoapods,macos
Loading

0 comments on commit 5da6fd3

Please sign in to comment.