Skip to content

Commit

Permalink
update .gitignore file 馃悶 ..
Browse files Browse the repository at this point in the history
  • Loading branch information
3imed-jaberi committed Jan 17, 2020
1 parent ba8f93f commit c2b0f70
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# OS #
###################
.DS_Store
*.log
.idea
Thumbs.db
tmp/
temp/


# Node.js #
###################
node_modules
package-lock.json
npm-debug.log
yarn-debug.log
yarn-error.log


# NYC #
###################
coverage
*.lcov
.nyc_output

0 comments on commit c2b0f70

Please sign in to comment.