소스 검색

Added a note in .gitignore to discourage pull requests containing IDE specific files.

Tim Graham 9 년 전
부모
커밋
01e7d69838
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      .gitignore

+ 4 - 0
.gitignore

@@ -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
 *.pot
 *.py[co]