File tree 1 file changed +59
-0
lines changed
1 file changed +59
-0
lines changed Original file line number Diff line number Diff line change
1
+ # ## Gatsby default
1
2
node_modules /
2
3
.cache /
3
4
public
4
5
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
You can’t perform that action at this time.
0 commit comments