view .gitignore @ 123:efd72dc8337c

Start writing type definitions for waves-ui - this may eventually belong in waves-ui itself.
author Lucas Thompson <dev@lucas.im>
date Wed, 15 Mar 2017 12:09:50 +0000
parents aa2075b2a702
children
line wrap: on
line source
# See http://help.github.com/ignore-files/ for more about ignoring files.

# compiled output
/dist
/tmp

# dependencies
/node_modules
/bower_components

# IDEs and editors
/.idea
/.vscode
.project
.classpath
.c9/
*.launch
.settings/

# misc
/.sass-cache
/connect.lock
/coverage/*
/libpeerconnection.log
npm-debug.log
testem.log
/typings

# e2e
/e2e/*.js
/e2e/*.map

#System Files
.DS_Store
Thumbs.db