Commit 34386c733d33f39479b8d9007d27c2bad6939ed1
0 parents
.gitignore
Showing
1 changed file
with
23 additions
and
0 deletions
.gitignore
0 → 100644
| 1 | +++ a/.gitignore | |
| 1 | +.DS_Store | |
| 2 | +node_modules | |
| 3 | +/dist | |
| 4 | + | |
| 5 | + | |
| 6 | +# local env files | |
| 7 | +.env.local | |
| 8 | +.env.*.local | |
| 9 | + | |
| 10 | +# Log files | |
| 11 | +npm-debug.log* | |
| 12 | +yarn-debug.log* | |
| 13 | +yarn-error.log* | |
| 14 | +pnpm-debug.log* | |
| 15 | + | |
| 16 | +# Editor directories and files | |
| 17 | +.idea | |
| 18 | +.vscode | |
| 19 | +*.suo | |
| 20 | +*.ntvs* | |
| 21 | +*.njsproj | |
| 22 | +*.sln | |
| 23 | +*.sw? | |
| 0 | 24 | \ No newline at end of file | ... | ... |