diff options
author | 2018-04-26 10:42:45 +0300 | |
---|---|---|
committer | 2018-04-26 08:42:45 +0100 | |
commit | 45afa4f4261f9f53ccc612c73bb7e516b968ab54 (patch) | |
tree | 4a99a25a0da4f9478ae707980ea7e4cd5675e55e | |
parent | 5e06687ee5a9522bfc4faa9b8f2adf6103eb016d (diff) | |
download | coredns-45afa4f4261f9f53ccc612c73bb7e516b968ab54.tar.gz coredns-45afa4f4261f9f53ccc612c73bb7e516b968ab54.tar.zst coredns-45afa4f4261f9f53ccc612c73bb7e516b968ab54.zip |
Update gitignore for intellj .idea file. (#1742)
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f3fa31ae2..ca7623eb9 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ debug.test kubectl go-test-tmpfile* coverage.txt +.idea |