Skip to content

Commit f4774de

Browse files
committed
chore: prepare files for repo flatten
1 parent f2db071 commit f4774de

File tree

9 files changed

+107
-426
lines changed

9 files changed

+107
-426
lines changed

.gitignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 164 deletions
This file was deleted.

RELEASE.md

Lines changed: 0 additions & 57 deletions
This file was deleted.

benchmark/package.json

Lines changed: 0 additions & 25 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 48 deletions
This file was deleted.
Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
1-
dist/
2-
test-samples/**/*
3-
scripts/single-printer-run
4-
samples/**/*
5-
!test-samples/.eslintrc.json
1+
# Dependencies
2+
/node_modules
3+
4+
# Production
5+
/dist
6+
7+
# Editors
8+
/.idea
9+
/.vscode
10+
11+
# Tests
12+
/samples
13+
/test-samples
14+
!/test-samples/.eslintrc.json
15+
16+
# Misc
17+
.DS_Store
18+
19+
npm-debug.log*
20+
yarn-debug.log*
21+
yarn-error.log*

0 commit comments

Comments
 (0)