Skip to content

Commit b4a361f

Browse files
committed
🙈 Updated .gitignore
1 parent aed43b5 commit b4a361f

File tree

1 file changed

+55
-5
lines changed

1 file changed

+55
-5
lines changed

.gitignore

Lines changed: 55 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
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
331

432
### Sass ###
533
.sass-cache/
@@ -16,8 +44,31 @@
1644
# Workspace files are user-specific
1745
*.sublime-workspace
1846

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+
1970
### VisualStudioCode ###
20-
.vscode/
71+
.vscode/*
2172
!.vscode/settings.json
2273
!.vscode/tasks.json
2374
!.vscode/launch.json
@@ -27,8 +78,7 @@
2778
# Ignore all local history of files
2879
.history
2980

30-
# End of https://www.gitignore.io/api/sass,sublimetext,visualstudiocode
81+
# End of https://www.gitignore.io/api/sass,macos,sublimetext,visualstudiocode
3182

3283
### Additional ###
3384
misc/
34-
.DS_Store

0 commit comments

Comments
 (0)