diff options
author | zeripath <art27@cantab.net> | 2019-12-28 02:08:05 +0000 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2019-12-28 10:08:05 +0800 |
commit | 55cd33e124e152869fa2f2dc420e6a5be98a3cbe (patch) | |
tree | 85f9b800248c202d024c7b6b6c1dc37243782f58 /.gitignore | |
parent | 884173232fa036b032f77d5a10d78e695e96b5de (diff) | |
download | gitea-55cd33e124e152869fa2f2dc420e6a5be98a3cbe.tar.gz gitea-55cd33e124e152869fa2f2dc420e6a5be98a3cbe.zip |
Stop various tests from adding to the source tree (#9515)
Instead of just adding test generated files to .gitignore prevent
them from being produced in the first place.
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 6f644d1cd7..f6831fe26c 100644 --- a/.gitignore +++ b/.gitignore @@ -66,8 +66,6 @@ coverage.all /integrations/pgsql.ini /integrations/mssql.ini /node_modules -/modules/indexer/issues/indexers -routers/repo/authorized_keys /yarn.lock /public/js /public/css |