diff options
author | Ethan Koenig | 2017-04-25 03:24:51 -0400 |
---|---|---|
committer | Lunny Xiao | 2017-04-25 15:24:51 +0800 |
commit | c58708d3eedb352bb277feb2c12bb1652a8a58b7 (patch) | |
tree | 97aeed6a13031618baa7d67185b04faea506da38 /.gitignore | |
parent | 3012971e92b79683178a286511c091fb31ee90f6 (diff) |
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 79198ffcf..8e1689e65 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ coverage.out /indexers /log /public/img/avatar +/integrations/gitea-integration* |