File tree Expand file tree Collapse file tree 3 files changed +85
-0
lines changed
home/programs/git/gitignores Expand file tree Collapse file tree 3 files changed +85
-0
lines changed Original file line number Diff line number Diff line change 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+ # ## macOS Patch ###
34+ # iCloud generated files
35+ * .icloud
36+
37+ # End of https://www.toptal.com/developers/gitignore/api/macos
Original file line number Diff line number Diff line change 1+ # Created by https://www.toptal.com/developers/gitignore/api/vim
2+ # Edit at https://www.toptal.com/developers/gitignore?templates=vim
3+
4+ # ## Vim ###
5+ # Swap
6+ [._ ]* .s [a-v ][a-z ]
7+ ! * .svg # comment out if you don't need vector files
8+ [._ ]* .sw [a-p ]
9+ [._ ]s [a-rt-v ][a-z ]
10+ [._ ]ss [a-gi-z ]
11+ [._ ]sw [a-p ]
12+
13+ # Session
14+ Session.vim
15+ Sessionx.vim
16+
17+ # Temporary
18+ .netrwhist
19+ * ~
20+ # Auto-generated tag files
21+ tags
22+ # Persistent undo
23+ [._ ]* .un~
24+
25+ # End of https://www.toptal.com/developers/gitignore/api/vim
Original file line number Diff line number Diff line change 1+ # Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode
2+ # Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode
3+
4+ # ## VisualStudioCode ###
5+ .vscode /*
6+ ! .vscode /settings.json
7+ ! .vscode /tasks.json
8+ ! .vscode /launch.json
9+ ! .vscode /extensions.json
10+ ! .vscode /* .code-snippets
11+
12+ # Local History for Visual Studio Code
13+ .history /
14+
15+ # Built Visual Studio Code Extensions
16+ * .vsix
17+
18+ # ## VisualStudioCode Patch ###
19+ # Ignore all local history of files
20+ .history
21+ .ionide
22+
23+ # End of https://www.toptal.com/developers/gitignore/api/visualstudiocode
You can’t perform that action at this time.
0 commit comments