Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit c88e475

Browse files
committed
chore: consolidate .gitignore and add lockfiles
1 parent a17ceb3 commit c88e475

File tree

26 files changed

+61933
-81
lines changed

26 files changed

+61933
-81
lines changed

.gitignore

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
# Dependency tools
2-
package-lock.json
3-
yarn.lock
4-
51
# Logs
62
logs
73
*.log
@@ -12,12 +8,14 @@ coverage
128
.nyc_output
139
tests_output
1410
cache
11+
.cache
1512

1613
# Dependency directory
1714
node_modules
1815

1916
# Build artefacts
2017
dist
18+
build
2119

2220
# Deployment files
2321
.npmrc

examples/browser-browserify/.gitignore

-1
This file was deleted.

0 commit comments

Comments
 (0)