Skip to content

Commit

Permalink
Added pycharm files to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelromon committed Nov 15, 2019
1 parent d13f0f6 commit 6034392
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Byte-compiled / optimized / DLL files
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
Expand All @@ -21,5 +21,14 @@ venv.bak/
# General
media/

# IntelliJ project files
*.iml
*.iws
*.ipr
.idea/
bin/
out/
log/

# Celery
*.rdb
*.rdb

0 comments on commit 6034392

Please sign in to comment.