Skip to content

Commit

Permalink
Create the week directories
Browse files Browse the repository at this point in the history
  • Loading branch information
junlee committed Jul 24, 2022
1 parent 697276e commit e12a3b5
Show file tree
Hide file tree
Showing 8 changed files with 60 additions and 0 deletions.
53 changes: 53 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
### 2022-iOS
1 change: 1 addition & 0 deletions week2/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
### Week2
1 change: 1 addition & 0 deletions week3/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
### Week3
1 change: 1 addition & 0 deletions week4/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
### Week4
1 change: 1 addition & 0 deletions week5/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
### Week5
1 change: 1 addition & 0 deletions week6/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
### Week6
1 change: 1 addition & 0 deletions week7/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
### Week7

0 comments on commit e12a3b5

Please sign in to comment.