mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 04:54:23 +00:00
31 lines
No EOL
273 B
Text
31 lines
No EOL
273 B
Text
# Dependencies
|
|
node_modules
|
|
.pnpm-store
|
|
|
|
# Build outputs
|
|
.output
|
|
.next
|
|
dist
|
|
build
|
|
|
|
# Version control
|
|
.git
|
|
.gitignore
|
|
|
|
# Environment
|
|
.env*
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# System files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.idea
|
|
.vscode |