|
1 | | -# Created by https://www.gitignore.io/api/sass,sublimetext,visualstudiocode |
2 | | -# Edit at https://www.gitignore.io/?templates=sass,sublimetext,visualstudiocode |
| 1 | +# Created by https://www.gitignore.io/api/sass,macos,sublimetext,visualstudiocode |
| 2 | +# Edit at https://www.gitignore.io/?templates=sass,macos,sublimetext,visualstudiocode |
| 3 | + |
| 4 | +### macOS ### |
| 5 | +# General |
| 6 | +.DS_Store |
| 7 | +.AppleDouble |
| 8 | +.LSOverride |
| 9 | + |
| 10 | +# Icon must end with two \r |
| 11 | +Icon |
| 12 | + |
| 13 | +# Thumbnails |
| 14 | +._* |
| 15 | + |
| 16 | +# Files that might appear in the root of a volume |
| 17 | +.DocumentRevisions-V100 |
| 18 | +.fseventsd |
| 19 | +.Spotlight-V100 |
| 20 | +.TemporaryItems |
| 21 | +.Trashes |
| 22 | +.VolumeIcon.icns |
| 23 | +.com.apple.timemachine.donotpresent |
| 24 | + |
| 25 | +# Directories potentially created on remote AFP share |
| 26 | +.AppleDB |
| 27 | +.AppleDesktop |
| 28 | +Network Trash Folder |
| 29 | +Temporary Items |
| 30 | +.apdisk |
3 | 31 |
|
4 | 32 | ### Sass ### |
5 | 33 | .sass-cache/ |
|
16 | 44 | # Workspace files are user-specific |
17 | 45 | *.sublime-workspace |
18 | 46 |
|
| 47 | +# Project files should be checked into the repository, unless a significant |
| 48 | +# proportion of contributors will probably not be using Sublime Text |
| 49 | +# *.sublime-project |
| 50 | + |
| 51 | +# SFTP configuration file |
| 52 | +sftp-config.json |
| 53 | + |
| 54 | +# Package control specific files |
| 55 | +Package Control.last-run |
| 56 | +Package Control.ca-list |
| 57 | +Package Control.ca-bundle |
| 58 | +Package Control.system-ca-bundle |
| 59 | +Package Control.cache/ |
| 60 | +Package Control.ca-certs/ |
| 61 | +Package Control.merged-ca-bundle |
| 62 | +Package Control.user-ca-bundle |
| 63 | +oscrypto-ca-bundle.crt |
| 64 | +bh_unicode_properties.cache |
| 65 | + |
| 66 | +# Sublime-github package stores a github token in this file |
| 67 | +# https://packagecontrol.io/packages/sublime-github |
| 68 | +GitHub.sublime-settings |
| 69 | + |
19 | 70 | ### VisualStudioCode ### |
20 | | -.vscode/ |
| 71 | +.vscode/* |
21 | 72 | !.vscode/settings.json |
22 | 73 | !.vscode/tasks.json |
23 | 74 | !.vscode/launch.json |
|
27 | 78 | # Ignore all local history of files |
28 | 79 | .history |
29 | 80 |
|
30 | | -# End of https://www.gitignore.io/api/sass,sublimetext,visualstudiocode |
| 81 | +# End of https://www.gitignore.io/api/sass,macos,sublimetext,visualstudiocode |
31 | 82 |
|
32 | 83 | ### Additional ### |
33 | 84 | misc/ |
34 | | -.DS_Store |
|
0 commit comments