diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 36 |
1 files changed, 27 insertions, 9 deletions
@@ -1,9 +1,27 @@ -# symlink to the update server -/news.html -# generated, I think -/images/thumbs -/news.rss - -# part of another repo -/register -/recover +.DS_Store +node_modules +dist +hint-report +src/assets/news.json + +# local env files +.env.local +.env.*.local + +# Log files +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? + +# domain validation files +public/BingSiteAuth.xml +public/google*.html |