Skip to content

Commit 6827183

Browse files
authored
Add /public/assets/img/webpack to ignore files again (#30451)
Fixes #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.
1 parent 487b127 commit 6827183

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.dockerignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ cpu.out
9595
/.air
9696
/.go-licenses
9797

98+
# Files and folders that were previously generated
99+
/public/assets/img/webpack
100+
98101
# Snapcraft
99102
snap/.snapcraft/
100103
parts/

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ cpu.out
9494
/.air
9595
/.go-licenses
9696

97+
# Files and folders that were previously generated
98+
/public/assets/img/webpack
99+
97100
# Snapcraft
98101
/gitea_a*.txt
99102
snap/.snapcraft/

0 commit comments

Comments
 (0)