Skip to content

Commit 15ad56a

Browse files
committed
Update gitignore
1 parent e98731e commit 15ad56a

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

.gitignore

+59
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,63 @@
1+
### Gatsby default
12
node_modules/
23
.cache/
34
public
45
src/gatsby-types.d.ts
6+
7+
### macOS ###
8+
# General
9+
.DS_Store
10+
.AppleDouble
11+
.LSOverride
12+
13+
# Icon must end with two \r
14+
Icon
15+
16+
17+
# Thumbnails
18+
._*
19+
20+
# Files that might appear in the root of a volume
21+
.DocumentRevisions-V100
22+
.fseventsd
23+
.Spotlight-V100
24+
.TemporaryItems
25+
.Trashes
26+
.VolumeIcon.icns
27+
.com.apple.timemachine.donotpresent
28+
29+
# Directories potentially created on remote AFP share
30+
.AppleDB
31+
.AppleDesktop
32+
Network Trash Folder
33+
Temporary Items
34+
.apdisk
35+
36+
### macOS Patch ###
37+
# iCloud generated files
38+
*.icloud
39+
40+
### VisualStudioCode ###
41+
.vscode/*
42+
!.vscode/settings.json
43+
!.vscode/tasks.json
44+
!.vscode/launch.json
45+
!.vscode/extensions.json
46+
!.vscode/*.code-snippets
47+
48+
# Local History for Visual Studio Code
49+
.history/
50+
51+
# Built Visual Studio Code Extensions
52+
*.vsix
53+
54+
### VisualStudioCode Patch ###
55+
# Ignore all local history of files
56+
.history
57+
.ionide
58+
59+
# Support for Project snippet scope
60+
.vscode/*.code-snippets
61+
62+
# Ignore code-workspaces
63+
*.code-workspace

0 commit comments

Comments
 (0)