2014-09-30 20:51:53 +00:00
|
|
|
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
#
|
|
|
|
# If you find yourself ignoring temporary files generated by your text editor
|
|
|
|
# or operating system, you probably want to add a global ignore instead:
|
|
|
|
# git config --global core.excludesfile ~/.gitignore_global
|
|
|
|
|
2014-11-11 09:30:21 +00:00
|
|
|
*.swp
|
2015-02-17 07:59:19 +00:00
|
|
|
/coverage
|
2014-09-30 20:51:53 +00:00
|
|
|
/tmp
|
|
|
|
*/**/*un~
|
|
|
|
*un~
|
|
|
|
.DS_Store
|
|
|
|
*/**/.DS_Store
|
|
|
|
ethereum/ethereum
|
|
|
|
ethereal/ethereal
|
2014-11-05 17:46:01 +00:00
|
|
|
example/js
|
|
|
|
node_modules
|
|
|
|
bower_components
|
|
|
|
npm-debug.log
|
2015-03-30 07:11:56 +00:00
|
|
|
/bower
|
2015-07-30 13:44:10 +00:00
|
|
|
.npm/
|
2017-06-24 08:24:16 +00:00
|
|
|
packages/
|