File tree 3 files changed +33
-2
lines changed
3 files changed +33
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Created by https://www.gitignore.io/api/osx
2
+
3
+ # ## OSX ###
4
+ .DS_Store
5
+ .AppleDouble
6
+ .LSOverride
7
+
8
+ # Icon must end with two \r
9
+ Icon
10
+
11
+ # Thumbnails
12
+ ._ *
13
+
14
+ # Files that might appear in the root of a volume
15
+ .DocumentRevisions-V100
16
+ .fseventsd
17
+ .Spotlight-V100
18
+ .TemporaryItems
19
+ .Trashes
20
+ .VolumeIcon.icns
21
+
22
+ # Directories potentially created on remote AFP share
23
+ .AppleDB
24
+ .AppleDesktop
25
+ Network Trash Folder
26
+ Temporary Items
27
+ .apdisk
28
+
Original file line number Diff line number Diff line change @@ -34,16 +34,19 @@ Steps to join:
34
34
2 . [ Git的常规操作] ( https://gist.github.com/suziewong/4378729 )
35
35
3 . [ Git的多账号如何处理?] ( https://gist.github.com/suziewong/4378434 )
36
36
4 . [ How to use Gitlab?] ( https://gist.github.com/suziewong/4378780 )
37
-
38
37
5 . [ Windows 下 Git 使用教程] ( https://github.com/ZJUT/hello-github/wiki/Windows-%E4%B8%8B-Git-%E4%BD%BF%E7%94%A8%E6%95%99%E7%A8%8B )
38
+ 6 . [ Git Documentation] ( https://git-scm.com/book/zh/v2 )
39
+ 7 . [ Markdown tutorial] ( http://markdowntutorial.com/ " Markdown Tutorial ")
40
+ 8 . [ Gitignore.io] ( https://www.gitignore.io/ )
39
41
40
42
41
43
42
44
43
45
Contributors, 参与者
44
- ------
46
+ ----
45
47
46
48
* [ JiyinYiyong] ( https://github.com/jiyinyiyong )
47
49
* [ SuzieWong] ( http://www.imsuzie.com )
48
50
* [ Rugal] ( http://rugal.ml )
49
51
* [ Westion] ( http://blog.westion.tk )
52
+ * [ Weichnn] ( github.com/weichnn )
You can’t perform that action at this time.
0 commit comments