mirror of
https://github.com/sartoopjj/thefeed.git
synced 2026-05-19 07:54:36 +03:00
26 lines
198 B
Plaintext
26 lines
198 B
Plaintext
# Build outputs
|
|
/build/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Cache
|
|
.thefeed/
|
|
|
|
# Data directories
|
|
thefeeddata/
|
|
data/
|
|
|
|
# Session data
|
|
session.json
|
|
|
|
# Environment files
|
|
.env
|