mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 04:54:23 +00:00
html & remove the legacy hot news by google rss window, (it is still accessable via the tty interface) and update i18n with the aboutNewsOrg thingy added articles (that currently does not work) & also added the privacy policy & tos page, both only accessbile via the tty interface for now. It will be avaible via the settings interface.
39 lines
354 B
Text
39 lines
354 B
Text
# Nuxt dev/build outputs
|
|
.output
|
|
.data
|
|
.nuxt
|
|
.nitro
|
|
.cache
|
|
dist
|
|
|
|
# Node dependencies
|
|
node_modules
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
|
|
# Misc
|
|
.DS_Store
|
|
.fleet
|
|
.idea
|
|
|
|
# Local env files
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Scraping data
|
|
.venv
|
|
__pycache__
|
|
|
|
# Sentry Config File
|
|
.env.sentry-build-plugin
|
|
|
|
*.sql
|
|
!database/*.sql/
|
|
_dt_*.py
|
|
|
|
# Testing files
|
|
test.vue
|
|
100106_lt_test.html
|