From 5313b9a3bd3873f287284de020179fb574928c94 Mon Sep 17 00:00:00 2001 From: Sergey Petrov Date: Wed, 27 Jan 2016 15:14:05 +0300 Subject: [PATCH] Add .idea to ignore files --- .gitignore | 3 +++ apns2/__init__.py | 1 + 2 files changed, 4 insertions(+) create mode 100644 apns2/__init__.py diff --git a/.gitignore b/.gitignore index 1dbc687..7ad9ee9 100644 --- a/.gitignore +++ b/.gitignore @@ -60,3 +60,6 @@ target/ #Ipython Notebook .ipynb_checkpoints + +# IntelliJ IDEA +.idea/ diff --git a/apns2/__init__.py b/apns2/__init__.py new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/apns2/__init__.py @@ -0,0 +1 @@ +