Pārlūkot izejas kodu

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.
tags/v1.22.0-rc1
silverwind pirms 1 mēnesi
vecāks
revīzija
68271834d6
Revīzijas autora e-pasta adrese nav piesaistīta nevienam kontam
2 mainītis faili ar 6 papildinājumiem un 0 dzēšanām
  1. 3
    0
      .dockerignore
  2. 3
    0
      .gitignore

+ 3
- 0
.dockerignore Parādīt failu

@@ -95,6 +95,9 @@ cpu.out
/.air
/.go-licenses

# Files and folders that were previously generated
/public/assets/img/webpack

# Snapcraft
snap/.snapcraft/
parts/

+ 3
- 0
.gitignore Parādīt failu

@@ -94,6 +94,9 @@ cpu.out
/.air
/.go-licenses

# Files and folders that were previously generated
/public/assets/img/webpack

# Snapcraft
/gitea_a*.txt
snap/.snapcraft/

Notiek ielāde…
Atcelt
Saglabāt