Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions api_admin_panel/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
__pycache__
__pycache__/
assets/external/
chakra_color_mode_provider.js
2 changes: 1 addition & 1 deletion business_analytics_dashboard/rxconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

config = rx.Config(
app_name="business_analytics_dashboard",
tailwind=None,
plugins=[rx.plugins.TailwindV3Plugin()],
)
2 changes: 1 addition & 1 deletion chat_app/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ __pycache__/
assets/external/
*.py[cod]
.DS_Store
.idea/
.idea/
Loading