diff options
Diffstat (limited to 'core/vendor/.gitignore')
-rw-r--r-- | core/vendor/.gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/core/vendor/.gitignore b/core/vendor/.gitignore index e355913f030..aba7d5874a9 100644 --- a/core/vendor/.gitignore +++ b/core/vendor/.gitignore @@ -1,5 +1,12 @@ test/ src/ +.bower.json +.gitignore +.jshintrc +.travis.yml +Gemfile +gruntfile.js +README.md # underscore underscore/** @@ -46,3 +53,11 @@ select2/** zxcvbn/** !zxcvbn/zxcvbn.js !zxcvbn/LICENSE.txt + +# snapjs +snapjs/demo +snapjs/dist/2.0.0-rc1 +snapjs/dist/latest/snap.css +snapjs/dist/latest/snap.min.js +snapjs/scripts +snapjs/*.json |