blob: da9b208a1e7c524aa2553b9461c4651ffa5ee83b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
# Source files (only publish dist)
src
*.ts
!*.d.ts
# Config files
tsconfig.json
vite.config.ts
.gitignore
.npmignore
# Development
node_modules
*.log
.env*
# Editor
.vscode
.idea
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Testing
coverage
.nyc_output
*.test.*
*.spec.*
# CI/CD
.github
.gitlab-ci.yml
.travis.yml
# Docs (except README)
docs
examples
.changeset
|