mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-24 00:01:03 +08:00
should be added soon. And add the test file test.vue to be ignored. This file is just a poc (it is AI generated based on my API file)
39 lines
333 B
Plaintext
39 lines
333 B
Plaintext
# 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
|