Skip to content

Commit e77ddc0

Browse files
authored
Add tests and repo cleanup (#9)
* Add tests * Clean up gitignore and tcsonfig
1 parent ae2e47b commit e77ddc0

File tree

5 files changed

+2834
-143
lines changed

5 files changed

+2834
-143
lines changed

.gitignore

+3-84
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,8 @@
1-
# Vim swap files
2-
*.swp
3-
.idea
4-
.tmp
5-
6-
# Created by https://www.toptal.com/developers/gitignore/api/node
7-
# Edit at https://www.toptal.com/developers/gitignore?templates=node
8-
9-
### Node ###
10-
# Logs
11-
logs
12-
*.log
13-
npm-debug.log*
14-
yarn-debug.log*
15-
yarn-error.log*
16-
17-
# Diagnostic reports (https://nodejs.org/api/report.html)
18-
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
19-
20-
# Runtime data
21-
pids
22-
*.pid
23-
*.seed
24-
*.pid.lock
25-
26-
# Coverage directory used by tools like istanbul
27-
coverage
28-
*.lcov
29-
30-
# nyc test coverage
31-
.nyc_output
32-
33-
# node-waf configuration
34-
.lock-wscript
35-
361
# Compiled binary addons (https://nodejs.org/api/addons.html)
372
build/Release
383

394
# Dependency directories
405
node_modules/
41-
jspm_packages/
426

437
# TypeScript cache
448
*.tsbuildinfo
@@ -55,53 +19,8 @@ jspm_packages/
5519
# Output of 'npm pack'
5620
*.tgz
5721

58-
# Yarn Integrity file
59-
.yarn-integrity
60-
61-
# dotenv environment variables file
62-
.env
63-
.env.test
64-
65-
# parcel-bundler cache (https://parceljs.org/)
66-
.cache
67-
68-
# Gatsby files
69-
.cache/
70-
71-
# Stores VSCode versions used for testing VSCode extensions
72-
.vscode-test
73-
74-
# CI script debris
75-
resolutions.json
76-
77-
### OSX ###
78-
.DS_Store
79-
.AppleDouble
80-
.LSOverride
81-
82-
# Icon must end with two \r
83-
Icon
84-
85-
# Thumbnails
86-
._*
87-
88-
# Files that might appear in the root of a volume
89-
.DocumentRevisions-V100
90-
.fseventsd
91-
.Spotlight-V100
92-
.TemporaryItems
93-
.Trashes
94-
.VolumeIcon.icns
95-
.idea
96-
97-
# Directories potentially created on remote AFP share
98-
.AppleDB
99-
.AppleDesktop
100-
Network Trash Folder
101-
Temporary Items
102-
.apdisk
103-
104-
# End of https://www.toptal.com/developers/gitignore/api/node
105-
10622
## Vitest
10723
__snapshots__
24+
25+
# Intermediate build outputs
26+
target

0 commit comments

Comments
 (0)