1.DS_Store
2node_modules
3/dist
4
5# local env files
6.env.local
7.env.*.local
8
9# Log files
10npm-debug.log*
11yarn-debug.log*
12yarn-error.log*
13
14# Editor directories and files
15.idea
16.vscode
17*.suo
18*.ntvs*
19*.njsproj
20*.sln
21*.sw?
22
23# APIs used in this example is simple and stable enough.
24# There shouldn't be risk of compatibility unless the major version of some library changed.
25# To compress the package size, just exclude the package-lock.json file.
26package-lock.json
27