Skip to content

Commit

Permalink
Add temp files for macos and nodejs into gitignore
Browse files Browse the repository at this point in the history
Change-Id: I23ff3810362c2599d3122971c21c17fd6a587335
Signed-off-by: Baohua Yang <[email protected]>
  • Loading branch information
yeasy committed Jan 12, 2017
1 parent 7271a4e commit b9d0399
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -206,3 +206,13 @@ local.properties
# Code Recommenders
.recommenders/

# MacOS temp files
*.DS_Store
.AppleDouble
.LSOverride

# node_js files
node_modules
jspm_packages
.npm
.eslintcache

0 comments on commit b9d0399

Please sign in to comment.