diff options
author | Ethan Koenig <etk39@cornell.edu> | 2017-04-25 09:24:51 +0200 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-04-25 09:24:51 +0200 |
commit | c58708d3eedb352bb277feb2c12bb1652a8a58b7 (patch) | |
tree | 97aeed6a13031618baa7d67185b04faea506da38 /.gitignore | |
parent | fix bug on status API (#1533) (diff) | |
download | forgejo-c58708d3eedb352bb277feb2c12bb1652a8a58b7.tar.xz forgejo-c58708d3eedb352bb277feb2c12bb1652a8a58b7.zip |
Integration test framework (#1290)
* Integration test framework
* udpate drone sign
* Formatting fixes and move router.go to routers/
* update sign for drone
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 79198ffcfe..8e1689e657 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ coverage.out /indexers /log /public/img/avatar +/integrations/gitea-integration* |