Skip to content

Commit

Permalink
gitignore upd
Browse files Browse the repository at this point in the history
  • Loading branch information
dimsemenov committed Jun 4, 2013
1 parent a426187 commit 1984fbb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ website/dist/
*.idea
/.idea
.node-version
.sass-cache/
8 changes: 4 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"jquery": ">=1.8.0"
},
"ignore": [
"node_modules",
"components",
"website",
"libs"
"node_modules/",
"components/",
"website/",
"libs/"
]
}

0 comments on commit 1984fbb

Please sign in to comment.