File tree Expand file tree Collapse file tree 3 files changed +27
-145
lines changed Expand file tree Collapse file tree 3 files changed +27
-145
lines changed Original file line number Diff line number Diff line change @@ -77,4 +77,31 @@ dist.browser
77
77
# Stores VSCode versions used for testing VSCode extensions
78
78
.vscode-test
79
79
80
+ # ## OSX ###
81
+ .DS_Store
82
+ .AppleDouble
83
+ .LSOverride
84
+
85
+ # Icon must end with two \r
86
+ Icon
87
+
88
+ # Thumbnails
89
+ ._ *
90
+
91
+ # Files that might appear in the root of a volume
92
+ .DocumentRevisions-V100
93
+ .fseventsd
94
+ .Spotlight-V100
95
+ .TemporaryItems
96
+ .Trashes
97
+ .VolumeIcon.icns
98
+ .idea
99
+
100
+ # Directories potentially created on remote AFP share
101
+ .AppleDB
102
+ .AppleDesktop
103
+ Network Trash Folder
104
+ Temporary Items
105
+ .apdisk
106
+
80
107
# End of https://www.toptal.com/developers/gitignore/api/node
Original file line number Diff line number Diff line change 1
- # ## App ###
2
-
3
- .cachedb
4
-
5
-
6
- # Created by https://www.gitignore.io/api/osx,node
7
-
8
- # ## OSX ###
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
-
28
- # Directories potentially created on remote AFP share
29
- .AppleDB
30
- .AppleDesktop
31
- Network Trash Folder
32
- Temporary Items
33
- .apdisk
34
-
35
-
36
- # ## Node ###
37
- # Logs
38
- logs
39
- * .log
40
- npm-debug.log *
41
-
42
- # Runtime data
43
- pids
44
- * .pid
45
- * .seed
46
-
47
- # Directory for instrumented libs generated by jscoverage/JSCover
48
- lib-cov
49
-
50
- # Coverage directory used by tools like istanbul
51
- coverage
52
-
53
- # nyc test coverage
54
- .nyc_output
55
-
56
- # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
57
- .grunt
58
-
59
- # node-waf configuration
60
- .lock-wscript
61
-
62
- # Compiled binary addons (http://nodejs.org/api/addons.html)
63
- build /Release
64
-
65
- # Dependency directory
66
- # https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
67
- node_modules
68
- package-lock.json
69
- pnpm-lock.yaml
70
- yarn.lock
71
-
72
- # ChainDB folder
73
- chaindata
74
-
75
- # Build folders
76
- dist
77
- dist.browser
Original file line number Diff line number Diff line change 1
- # ## App ###
2
-
3
- .cachedb
4
-
5
-
6
- # Created by https://www.gitignore.io/api/osx,node
7
-
8
- # ## OSX ###
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
- .idea
28
-
29
- # Directories potentially created on remote AFP share
30
- .AppleDB
31
- .AppleDesktop
32
- Network Trash Folder
33
- Temporary Items
34
- .apdisk
35
-
36
-
37
- # ## Node ###
38
- # Logs
39
- logs
40
- * .log
41
- npm-debug.log *
42
-
43
- # Runtime data
44
- pids
45
- * .pid
46
- * .seed
47
-
48
- # Coverage directory used by tools like nyc
49
- coverage
50
-
51
- # nyc test coverage
52
- .nyc_output
53
-
54
- # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
55
- .grunt
56
-
57
- # node-waf configuration
58
- .lock-wscript
59
-
60
- # Compiled binary addons (http://nodejs.org/api/addons.html)
61
- build /Release
62
-
63
- # Dependency directory
64
- # https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
65
- node_modules
66
- package-lock.json
67
-
68
- dist
You can’t perform that action at this time.
0 commit comments