Skip to content

Commit bf6d71a

Browse files
First commit
0 parents  commit bf6d71a

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

.gitignore

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Created by https://www.toptal.com/developers/gitignore/api/macos
2+
# Edit at https://www.toptal.com/developers/gitignore?templates=macos
3+
4+
### macOS ###
5+
# General
6+
.DS_Store
7+
.AppleDouble
8+
.LSOverride
9+
10+
# Icon must end with two \r
11+
Icon
12+
13+
14+
# Thumbnails
15+
._*
16+
17+
# Files that might appear in the root of a volume
18+
.DocumentRevisions-V100
19+
.fseventsd
20+
.Spotlight-V100
21+
.TemporaryItems
22+
.Trashes
23+
.VolumeIcon.icns
24+
.com.apple.timemachine.donotpresent
25+
26+
# Directories potentially created on remote AFP share
27+
.AppleDB
28+
.AppleDesktop
29+
Network Trash Folder
30+
Temporary Items
31+
.apdisk
32+
33+
# End of https://www.toptal.com/developers/gitignore/api/macos

makefile

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
git:
2+
git add .
3+
git commit -m "$m"
4+
git push -u origin master

0 commit comments

Comments
 (0)