aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Build: Simplify Gruntfile constructionsOleg Gaidarenko2016-08-021-2/+2
| | | | Fixes gh-3246
* Build: Improve ESLint configuration (#3188)Oleg Gaidarenko2016-06-221-1/+4
| | | | | | | | | * Bump eslint-config-jquery package to 0.1.4 version * Add subtask "dist" to "eslint" task and add it to the build task list * Make gitignore globs more flexible for the "dist" folder Fixes gh-3169
* Build: ESLint detailsOleg Gaidarenko2016-06-111-1/+1
| | | | | | Use eslint pragmas, fix new errors, etc Closes gh-3148
* Build: add `npm-debug.log` to `.gitignore`Oleg Gaidarenko2016-02-131-0/+2
|
* Core: Make jQuery objects iterableMichał Gołębiowski2015-06-131-0/+2
| | | | | | | | | | Make iterating over jQuery objects possible using ES 2015 for-of: for ( node of $( "<div id=narwhal>" ) ) { console.log( node.id ); // "narwhal" } Fixes gh-1693
* Build: drop bower; use npm for front-end depsTimmy Willison2014-07-171-1/+0
| | | | | Fixes #15186 Closes gh-1620
* Build: Use absolute paths in .gitignore and .npmignore.Michał Gołębiowski2013-12-181-4/+4
| | | | | .gitignore/.npmignore treat all its paths as relative to *every* directory in the repository. In most cases that’s not what’s desired.
* Manage bower dependencies with grunt-bowercopyTimmy Willison2013-12-061-4/+3
| | | | | | | | | | | | Tracked bower dependencies are located at "src/sizzle" and "test/libs". The source-destination mapping is in the Gruntfile. When updating a bower dependency, update the version in bower.json, run `grunt bower`, and then commit the result. When adding a dependency, update the bowercopy task accordingly. Fixes #14615. Closes gh-1452.
* Keep bower_components in .gitignore.Michał Gołębiowski2013-11-151-0/+1
|
* Use grunt and bower packages as local dependencies. Close gh-1433.Timmy Willison2013-11-141-1/+1
|
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-151-2/+0
|
* Include Sizzle and Qunit with bower. Fixes #14118.Timmy Willison2013-07-101-0/+1
|
* Add warnings and ignore the built Sizzle file.Dave Methvin2013-02-271-0/+1
|
* Allow users to store custom dist destinations in dist/.destination.jsonRick Waldron2012-06-051-0/+1
| | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* Strips IIFEs from modules; Always require built jQuery for tests.Rick Waldron2012-06-041-0/+1
|
* Fix #11767. Modularize build and unit tests for exluding effects.Richard Gibson2012-05-281-1/+0
| | | | Closes gh-785. To build a version of jQuery without effects, use `grunt build:*:*:-effects`. The unit tests feature-check for the interfaces and skip the unit tests for effects if they don't detect it.
* Adds back dist/.sizecache.json; maintain build/.sizecache.json until build ↵Rick Waldron2012-05-281-0/+1
| | | | dir is removed
* Add .sizecache.json to the gitignoretimmywil2012-05-281-1/+1
|
* Initial grunt implementationRick Waldron waldron.rick@gmail.com2012-04-181-1/+2
|
* $.Callbacks, $.Topic and notify/progress on $.Deferred.jaubourg2011-09-191-0/+1
|
* Landing pull request 511. Adding a little Makefile jQuery sizing utility to ↵Corey Frang2011-09-191-0/+1
| | | | | | | easily see differences in size between makes. Fixes #10308. More Details: - https://github.com/jquery/jquery/pull/511
* Introduce submodules, closes #8536Carl Fürstenberg2011-03-151-2/+0
| | | | | | Instead of the manual clone of sizzle and qunit, use git submodules instead. this will ensure that all future releases can be recreated by checking out an tag.
* Adding .DS_Store to Git ignore.John Resig2009-12-091-0/+1
|
* Ignore html files living in the main directory (likely being used for testing).John Resig2009-12-091-0/+1
|
* Switched from using Git Submodules to just doing a straight clone of the ↵jeresig2009-11-301-0/+2
| | | | QUnit and Sizzle directories. Works much better for what we want.
* Ignore diff and patch files.jeresig2009-11-301-0/+2
|
* Hide the .settings file in the gitignore.John Resig2009-11-151-2/+2
|
* Ignoring src/selector.js (build) and Emacs backup filesKim Dalsgaard2009-11-151-0/+3
|
* We don't want to filter out the qunit file.John Resig2009-10-221-2/+1
|
* Added gitignore for people using git-svnYehuda Katz2009-07-161-0/+2