diff options
Diffstat (limited to 'core/vendor/.gitignore')
-rw-r--r-- | core/vendor/.gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/vendor/.gitignore b/core/vendor/.gitignore index 8d4f4fbe84d..1c303c1765f 100644 --- a/core/vendor/.gitignore +++ b/core/vendor/.gitignore @@ -1,3 +1,6 @@ +test/ +src/ + # momentjs - ignore all files except the two listed below moment/benchmarks moment/locale @@ -6,3 +9,8 @@ moment/*.js* moment/*.md !moment/LICENSE !moment/min/moment-with-locales.js + +# jquery +jquery/** +!jquery/jquery* +!jquery/MIT-LICENSE.txt |