Added PyCharm user specific exclusions to .gitignore
David Blume

David Blume commited on 2016-08-14 12:20:17
Showing 1 changed files, with 4 additions and 0 deletions.

... ...
@@ -21,6 +21,10 @@ __pycache__/
21 21
 *.py[cod]
22 22
 *$py.class
23 23
 
24
+# PyCharm project user-specific stuff:
25
+.idea/workspace.xml
26
+.idea/tasks.xml
27
+
24 28
 ### SublimeText ###
25 29
 # cache files for sublime text
26 30
 *.tmlanguage.cache
27 31