Commit 0aa7040f5cf22fbf57df948383069f5e6ec8fa54
1 parent
3e99135d
add gitignore
Showing
2 changed files
with
28 additions
and
0 deletions
.gitignore
0 → 100644
| 1 | +.DS_Store | |
| 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 | + | |
| 14 | +# Editor directories and files | |
| 15 | +.idea | |
| 16 | +itocdy.iml | |
| 17 | +.vscode | |
| 18 | +*.suo | |
| 19 | +*.ntvs* | |
| 20 | +*.njsproj | |
| 21 | +*.sln | |
| 22 | +*.sw* | ... | ... |