From 7d15c2ba7c35d0c06c84dab95f519013939ef4f7 Mon Sep 17 00:00:00 2001 From: yanghojoon Date: Sat, 24 Jun 2023 13:52:50 +0900 Subject: [PATCH 1/5] =?UTF-8?q?chore:=20=EA=B8=B0=EB=B3=B8=20.gitignore=20?= =?UTF-8?q?=ED=8C=8C=EC=9D=BC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 102 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e261a40 --- /dev/null +++ b/.gitignore @@ -0,0 +1,102 @@ +# Created by https://www.toptal.com/developers/gitignore/api/xcode,swift +# Edit at https://www.toptal.com/developers/gitignore?templates=xcode,swift + +### 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 8 and earlier + +### Xcode Patch ### +*.xcodeproj/* +!*.xcodeproj/project.pbxproj +!*.xcodeproj/xcshareddata/ +!*.xcodeproj/project.xcworkspace/ +!*.xcworkspace/contents.xcworkspacedata +/*.gcno +**/xcshareddata/WorkspaceSettings.xcsettings + +# End of https://www.toptal.com/developers/gitignore/api/xcode,swift + From 5ae5a880a3648870141adcc0fd7ddd2ce52b0d59 Mon Sep 17 00:00:00 2001 From: Ian Date: Mon, 26 Jun 2023 11:14:24 +0900 Subject: [PATCH 2/5] Update practice.txt --- practice.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/practice.txt b/practice.txt index e69de29..0ed2baa 100644 --- a/practice.txt +++ b/practice.txt @@ -0,0 +1,7 @@ +<만족도 설문조사> +1. 특강에서 어떤 부분이 가장 만족스러웠나요? +직접 해볼 수 있는 점이 좋습니다 +2. 특가에서 아쉬운 점이 있었다면 어떤 점이 아쉬웠나요? +3. 오늘 특강이 어땠는지 자유롭게 말해주세요. +4. 오늘 특강의 만족도는 어떠셨나요? + 2) 만족 \ No newline at end of file From f296983897b95510c655164ca56490e69d9f339a Mon Sep 17 00:00:00 2001 From: Ian Date: Mon, 26 Jun 2023 11:15:13 +0900 Subject: [PATCH 3/5] Revert "Update practice.txt" This reverts commit 5ae5a880a3648870141adcc0fd7ddd2ce52b0d59. --- practice.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/practice.txt b/practice.txt index 0ed2baa..e69de29 100644 --- a/practice.txt +++ b/practice.txt @@ -1,7 +0,0 @@ -<만족도 설문조사> -1. 특강에서 어떤 부분이 가장 만족스러웠나요? -직접 해볼 수 있는 점이 좋습니다 -2. 특가에서 아쉬운 점이 있었다면 어떤 점이 아쉬웠나요? -3. 오늘 특강이 어땠는지 자유롭게 말해주세요. -4. 오늘 특강의 만족도는 어떠셨나요? - 2) 만족 \ No newline at end of file From ee18cea112922ff1591837280686d06aff334152 Mon Sep 17 00:00:00 2001 From: Ian Date: Mon, 26 Jun 2023 11:15:32 +0900 Subject: [PATCH 4/5] Revert "Revert "Update practice.txt"" This reverts commit f296983897b95510c655164ca56490e69d9f339a. --- practice.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/practice.txt b/practice.txt index e69de29..0ed2baa 100644 --- a/practice.txt +++ b/practice.txt @@ -0,0 +1,7 @@ +<만족도 설문조사> +1. 특강에서 어떤 부분이 가장 만족스러웠나요? +직접 해볼 수 있는 점이 좋습니다 +2. 특가에서 아쉬운 점이 있었다면 어떤 점이 아쉬웠나요? +3. 오늘 특강이 어땠는지 자유롭게 말해주세요. +4. 오늘 특강의 만족도는 어떠셨나요? + 2) 만족 \ No newline at end of file From 134adb6d9896dd2a63e381ffa9d4851783407756 Mon Sep 17 00:00:00 2001 From: Ian Date: Mon, 26 Jun 2023 11:16:56 +0900 Subject: [PATCH 5/5] Update practice.txt --- practice.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/practice.txt b/practice.txt index 0ed2baa..69f988d 100644 --- a/practice.txt +++ b/practice.txt @@ -1,7 +1,9 @@ <만족도 설문조사> 1. 특강에서 어떤 부분이 가장 만족스러웠나요? -직접 해볼 수 있는 점이 좋습니다 + 직접 해볼 수 있는 점이 좋습니다 2. 특가에서 아쉬운 점이 있었다면 어떤 점이 아쉬웠나요? + 3. 오늘 특강이 어땠는지 자유롭게 말해주세요. + 개인적으로 실습해볼 수 있어서 좋은 것 같습니다. 4. 오늘 특강의 만족도는 어떠셨나요? 2) 만족 \ No newline at end of file