mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 21:14:23 +00:00
Jsut testing in prod :(
This commit is contained in:
parent
2e9845c268
commit
a0b3438781
2 changed files with 36 additions and 14 deletions
|
@ -1,12 +1,31 @@
|
|||
# Dependencies
|
||||
node_modules
|
||||
.nuxt
|
||||
.pnpm-store
|
||||
|
||||
# Build outputs
|
||||
.output
|
||||
.next
|
||||
dist
|
||||
build
|
||||
|
||||
# Version control
|
||||
.git
|
||||
.env
|
||||
.gitignore
|
||||
|
||||
# Environment
|
||||
.env*
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Logs
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# System files
|
||||
.DS_Store
|
||||
npm-debug.log
|
||||
yarn-debug.log
|
||||
yarn-error.log
|
||||
.env.*
|
||||
Thumbs.db
|
||||
|
||||
# IDE
|
||||
.idea
|
||||
.vscode
|
Loading…
Add table
Add a link
Reference in a new issue