Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Added a note in .gitignore to discourage pull requests ↵Tim Graham2015-08-191-0/+4
| | | | containing IDE specific files.
* DEP 0003 -- Added JavaScript unit tests.Trey Hunner2015-07-011-0/+1
| | | | | | Setup QUnit, added tests, and measured test coverage. Thanks to Nick Sanford for the initial tests.
* Fixed #22463 -- Added code style guide and JavaScript ↵Trey Hunner2015-06-271-0/+1
| | | | linting (EditorConfig and ESLint)
* Added __pycache__ to gitignoreTim Graham2013-09-191-0/+1
|
* ignore build directory, so it doesn't accidentally get ↵Garry Polley2013-09-061-0/+1
| | | | committed
* Revert ".DS_Store can be ignored."Alex Gaynor2013-07-081-1/+0
| | | | | | OS specific files can be ignored in a global ignore file. This reverts commit d66bd1dfb9e090154e586680023aa2b1f22e735d.
* .DS_Store can be ignored.Alex Gaynor2013-07-081-0/+1
|
* Added docs subdir to gitignoreClaude Paroz2013-06-111-0/+1
| | | | | | To be able to build translated documentation, docs/locale should be a symbolic link to the django-docs-translations/translations directory.
* Fixed #17365, #17366, #18727 -- Switched to discovery ↵Carl Meyer2013-05-111-1/+1
| | | | | | | | | | | test runner. Thanks to Preston Timmons for the bulk of the work on the patch, especially updating Django's own test suite to comply with the requirements of the new runner. Thanks also to Jannis Leidel and Mahdi Yusuf for earlier work on the patch and the discovery runner. Refs #11077, #17032, and #18670.
* Fixed #16817 - Added a guide of code coverage to ↵Tim Graham2012-10-111-0/+2
| | | | | | contributing docs. Thanks Pedro Lima for the draft patch.
* Updated .gitignore with files created when running ↵Ramiro Morales2012-10-061-0/+2
| | | | setup.py sdist.
* Fixed #14680 -- Added ignore files for Mercurial and Git.Jannis Leidel2010-12-211-0/+4
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15009 bcc190cf-cafb-0310-a4f2-bffc1f526a37