mirror of
https://github.com/django/django.git
synced 2024-12-22 17:16:24 +00:00
Added a note in .gitignore to discourage pull requests containing IDE specific files.
This commit is contained in:
parent
197b187810
commit
01e7d69838
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1,7 @@
|
|||||||
|
# If you need to exclude files such as those generated by an IDE, use
|
||||||
|
# $GIT_DIR/info/exclude or the core.excludesFile configuration variable as
|
||||||
|
# described in https://git-scm.com/docs/gitignore
|
||||||
|
|
||||||
*.egg-info
|
*.egg-info
|
||||||
*.pot
|
*.pot
|
||||||
*.py[co]
|
*.py[co]
|
||||||
|
Loading…
Reference in New Issue
Block a user