massive improvement
This commit is contained in:
30
.gitignore
vendored
Normal file
30
.gitignore
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
# Node.js dependencies
|
||||
node_modules/
|
||||
package-lock.json
|
||||
|
||||
# Environment and configuration
|
||||
.env
|
||||
config.json
|
||||
|
||||
# Log files
|
||||
logs/
|
||||
*.log
|
||||
npm-debug.log*
|
||||
|
||||
# Temporary and build files
|
||||
temp/
|
||||
dist/
|
||||
build/
|
||||
.DS_Store
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Data files
|
||||
data/
|
||||
rss-items.json
|
||||
rss-feeds.json
|
||||
|
||||
# Authentication
|
||||
*.pem
|
||||
*.key
|
||||
*.crt
|
||||
Reference in New Issue
Block a user