Skip to content

Instantly share code, notes, and snippets.

@yasushisakai
Last active October 9, 2017 14:51
Show Gist options
  • Save yasushisakai/4584653 to your computer and use it in GitHub Desktop.
Save yasushisakai/4584653 to your computer and use it in GitHub Desktop.
my django git ignore settings. using pycharm for development.
;; 2013.01.21
;; yasushisakai
;;
;; gitignore for Django using pyCharm
;;
;;files to ignore
settings.py
;;extensions to ignore
*.log
*.pot
*.pyc
;;directories to ignore
.idea/
@taksenov
Copy link

taksenov commented Jul 1, 2014

Great, thx!

@juanbenitopr
Copy link

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment