File tree 5 files changed +2834
-143
lines changed
5 files changed +2834
-143
lines changed Original file line number Diff line number Diff line change 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
-
36
1
# Compiled binary addons (https://nodejs.org/api/addons.html)
37
2
build /Release
38
3
39
4
# Dependency directories
40
5
node_modules /
41
- jspm_packages /
42
6
43
7
# TypeScript cache
44
8
* .tsbuildinfo
@@ -55,53 +19,8 @@ jspm_packages/
55
19
# Output of 'npm pack'
56
20
* .tgz
57
21
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
-
106
22
# # Vitest
107
23
__snapshots__
24
+
25
+ # Intermediate build outputs
26
+ target
You can’t perform that action at this time.
0 commit comments