Browse Source
fix(git): Ignore the updater/ directory from diffs
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/45872/head
Joas Schilling
2 years ago
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205
1 changed files with
3 additions and
0 deletions
-
.gitignore
|
|
|
@ -63,6 +63,9 @@ |
|
|
|
!/themes/example |
|
|
|
!/themes/README |
|
|
|
|
|
|
|
# Love to people that develop the updater |
|
|
|
/updater |
|
|
|
|
|
|
|
# just sane ignores |
|
|
|
.*.sw[po] |
|
|
|
*.bak |
|
|
|
|