diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2023-04-22 20:29:29 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-22 20:29:29 +0800 |
commit | ce9c1ddc4c31ef6f4447111e2e187ea54e1a195a (patch) | |
tree | 3dfc6c5d92a6a67d21c5a434b9c7c82488f6a071 /.gitignore | |
parent | 7447b39de71bb2dc6a6565c89b2760a373707d2a (diff) | |
download | gitea-ce9c1ddc4c31ef6f4447111e2e187ea54e1a195a.tar.gz gitea-ce9c1ddc4c31ef6f4447111e2e187ea54e1a195a.zip |
Remove git sample files and ignore them (#24271)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 1ce2a87611..ad141c30cd 100644 --- a/.gitignore +++ b/.gitignore @@ -71,6 +71,7 @@ cpu.out /tests/e2e/test-artifacts /tests/e2e/test-snapshots /tests/*.ini +/tests/**/*.git/**/*.sample /node_modules /yarn.lock /yarn-error.log |