diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2023-01-18 23:15:00 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-18 23:15:00 +1100 |
commit | 683cd108e8d5b452c1d51db72bdd106352188a69 (patch) | |
tree | a9b15b3b4adccc5b399967283b24fb576540ed4a /.gitignore | |
parent | Merge branch 'master' of github.com:fosscord/fosscord-server (diff) | |
download | server-683cd108e8d5b452c1d51db72bdd106352188a69.tar.xz |
`npm run generate:client` downloads more assets now (Thanks Rory!). Also `ONLY_CACHE_JS` env var (#948)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9b3520bc..bc780d64 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ files/ assets/cache .env config.json +assets/cacheMisses .vscode/settings.json |