loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add `/public/assets/img/webpack` to ignore files again (#30451)

Fixes https://github.com/go-gitea/gitea/issues/30442

It's inconvenient to have new untracked files show up in git when
switching to older branches that had generated them.

Introduce a list of such files and folders to gitignore and
dockerignore.

(cherry picked from commit 68271834d6ae6d397b5a2048f9e515ff53735994)

authored by

silverwind and committed by
Gergely Nagy
c08b3a8e 5ef80ceb

+6
+3
.dockerignore
··· 94 94 /.air 95 95 /.go-licenses 96 96 97 + # Files and folders that were previously generated 98 + /public/assets/img/webpack 99 + 97 100 # Snapcraft 98 101 snap/.snapcraft/ 99 102 parts/
+3
.gitignore
··· 101 101 /.go-licenses 102 102 /.cur-deadcode-out 103 103 104 + # Files and folders that were previously generated 105 + /public/assets/img/webpack 106 + 104 107 # Snapcraft 105 108 /gitea_a*.txt 106 109 snap/.snapcraft/