Skip to content

Commit

Permalink
Fix files cache problem and static files management
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaSat committed Sep 17, 2024
1 parent f2a0d0e commit bfda0e9
Show file tree
Hide file tree
Showing 30 changed files with 810 additions and 467 deletions.
15 changes: 11 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -646,10 +646,17 @@ docs/.jekyll-cache*
docs/_site*
node

# mobile frontend statics
mobile/html/Web.bundle/js*
mobile/html/Web.bundle/css*
mobile/html/Web.bundle/assets*
# frontend statics
mobile/html/Web.bundle/static/*
# mobile/html/Web.bundle/index.html
desktopApp/static/*
# desktopApp/index.html
web/static/*
# web/basic.html
# web/pro.html
nodeapp/static/*
# nodeapp/basic.html
# nodeapp/pro.html

# Protocol Buffers
api/lightning/*.proto
63 changes: 0 additions & 63 deletions desktopApp/index.html

This file was deleted.

1 change: 0 additions & 1 deletion desktopApp/static

This file was deleted.

Loading

0 comments on commit bfda0e9

Please sign in to comment.