From e12a3b532bd81d281d4d57a31802720d07f30f69 Mon Sep 17 00:00:00 2001 From: junlee Date: Sun, 24 Jul 2022 19:48:02 +0900 Subject: [PATCH] Create the week directories --- .gitignore | 53 +++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 1 + week2/README.md | 1 + week3/README.md | 1 + week4/README.md | 1 + week5/README.md | 1 + week6/README.md | 1 + week7/README.md | 1 + 8 files changed, 60 insertions(+) create mode 100644 .gitignore create mode 100644 README.md create mode 100644 week2/README.md create mode 100644 week3/README.md create mode 100644 week4/README.md create mode 100644 week5/README.md create mode 100644 week6/README.md create mode 100644 week7/README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8d9dfb4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,53 @@ +# Created by https://www.toptal.com/developers/gitignore/api/macos,xcode +# Edit at https://www.toptal.com/developers/gitignore?templates=macos,xcode + +### 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 + +### macOS Patch ### +# iCloud generated files +*.icloud + +### Xcode ### +## User settings +xcuserdata/ + +## Xcode 8 and earlier +*.xcscmblueprint +*.xccheckout + +### Xcode Patch ### +*.xcodeproj/* +!*.xcodeproj/project.pbxproj +!*.xcodeproj/xcshareddata/ +!*.xcworkspace/contents.xcworkspacedata +/*.gcno +**/xcshareddata/WorkspaceSettings.xcsettings + +# End of https://www.toptal.com/developers/gitignore/api/macos,xcode \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..1692d17 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +### 2022-iOS diff --git a/week2/README.md b/week2/README.md new file mode 100644 index 0000000..7312f82 --- /dev/null +++ b/week2/README.md @@ -0,0 +1 @@ +### Week2 diff --git a/week3/README.md b/week3/README.md new file mode 100644 index 0000000..4447f50 --- /dev/null +++ b/week3/README.md @@ -0,0 +1 @@ +### Week3 diff --git a/week4/README.md b/week4/README.md new file mode 100644 index 0000000..d47f5d7 --- /dev/null +++ b/week4/README.md @@ -0,0 +1 @@ +### Week4 diff --git a/week5/README.md b/week5/README.md new file mode 100644 index 0000000..9b48963 --- /dev/null +++ b/week5/README.md @@ -0,0 +1 @@ +### Week5 diff --git a/week6/README.md b/week6/README.md new file mode 100644 index 0000000..d0c5fb6 --- /dev/null +++ b/week6/README.md @@ -0,0 +1 @@ +### Week6 diff --git a/week7/README.md b/week7/README.md new file mode 100644 index 0000000..c4657cd --- /dev/null +++ b/week7/README.md @@ -0,0 +1 @@ +### Week7