From bf4a5c260a1ef7f237b6a26e1965d89470db85bd Mon Sep 17 00:00:00 2001 From: Simon Doppler Date: Mon, 7 Aug 2017 16:30:49 +0200 Subject: Add PyCharm files --- .gitignore | 2 + .idea/al32-torrent.iml | 11 +++++ .idea/inspectionProfiles/Project_Default.xml | 16 +++++++ .idea/misc.xml | 71 ++++++++++++++++++++++++++++ .idea/modules.xml | 8 ++++ .idea/vcs.xml | 6 +++ 6 files changed, 114 insertions(+) create mode 100644 .idea/al32-torrent.iml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index 0cb6b4e..809a09c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ *.iso* *sums +*.rss +.idea/workspace.xml diff --git a/.idea/al32-torrent.iml b/.idea/al32-torrent.iml new file mode 100644 index 0000000..6711606 --- /dev/null +++ b/.idea/al32-torrent.iml @@ -0,0 +1,11 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..9c6806d --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,16 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..e7cbd49 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..db2ce2a --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file -- cgit v1.2.3