commit | author | age | ||
a19e6e | 1 | .DS_Store |
CM | 2 | node_modules |
3 | /dist | |
4 | ||
5 | # local env files | |
6 | .env.local | |
7 | .env.*.local | |
8 | ||
9 | # Log files | |
10 | npm-debug.log* | |
11 | yarn-debug.log* | |
12 | yarn-error.log* | |
13 | pnpm-debug.log* | |
14 | ||
15 | # Editor directories and files | |
16 | .idea | |
17 | .vscode | |
18 | *.suo | |
19 | *.ntvs* | |
20 | *.njsproj | |
21 | *.sln | |
22 | *.sw? |