Skip to content

Commit

Permalink
Update .gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
harshjv committed Oct 15, 2016
1 parent 180e605 commit 01a8362
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
bower_components
node_modules
# compiled output
/app
/dist
tmp

# dependencies
node_modules
bower_components

# misc
npm-debug.log

# minified files
*.min.css
*.min.js

# envs
.env

0 comments on commit 01a8362

Please sign in to comment.