提交 42d3cf08 编写于 作者: J Jannis Leidel

Updating Django gitignore for various reasons

Removing:
- static/uploaded/**/* since there is no default
  for upload paths (configurable)
- *.mo because it's a best practice to keep them
  close to the po files and update before release
- *.pyc since that's covered by the Python gitignore file

Adding:
- local_settings.py because it's a best practice
  for Django projects (next to settings.py)
上级 534d7da8
#for python/django
*.log
static/uploaded/**/*
*.mo
*.pot
*.pyc
local_settings.py
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册