diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index 993bce307..dbd77ade9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -dist +/dist .project .settings *~ @@ -6,9 +6,8 @@ dist *.patch /*.html .DS_Store +.bower.json +.sizecache.json dist/.destination.json -dist/.sizecache.json -build/.sizecache.json bower_components -bower_modules node_modules |