Skip to content

Commit 7689cc5

Browse files
committed
dedupe client and devp2p gitignores
1 parent 5cf6408 commit 7689cc5

File tree

3 files changed

+27
-145
lines changed

3 files changed

+27
-145
lines changed

.gitignore

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,31 @@ dist.browser
7777
# Stores VSCode versions used for testing VSCode extensions
7878
.vscode-test
7979

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+
80107
# End of https://www.toptal.com/developers/gitignore/api/node

packages/client/.gitignore

Lines changed: 0 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -1,77 +0,0 @@
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

packages/devp2p/.gitignore

Lines changed: 0 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +0,0 @@
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

0 commit comments

Comments
 (0)