mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Enable caching publish directory
This commit is contained in:
parent
a29acbb27b
commit
170f705f0e
4 changed files with 85 additions and 4 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -80,6 +80,9 @@ dist
|
|||
# IDE
|
||||
.idea
|
||||
|
||||
# Incremental Cache
|
||||
/.app_build_cache
|
||||
|
||||
|
||||
# Other
|
||||
/static/app-list.json
|
||||
|
|
@ -88,3 +91,4 @@ dist
|
|||
/commits-data.json
|
||||
.DS_Store
|
||||
/static/tailwind.css
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue