2018-08-22 13:30:04 -07:00
|
|
|
# IDE & OS specific
|
|
|
|
.DS_Store
|
|
|
|
.idea
|
|
|
|
|
|
|
|
# Logs
|
|
|
|
logs
|
|
|
|
*.log
|
|
|
|
|
|
|
|
# Dependencies
|
|
|
|
node_modules
|
|
|
|
|
|
|
|
# Coverage
|
|
|
|
coverage
|
|
|
|
|
|
|
|
# Types
|
|
|
|
flow-typed/npm/*
|
|
|
|
!flow-typed/npm/module_vx.x.x.js
|
|
|
|
|
|
|
|
# Release
|
|
|
|
lib
|
|
|
|
|
2018-08-22 13:53:13 -07:00
|
|
|
# Generated docs
|
|
|
|
doc
|
2018-09-30 20:45:13 -07:00
|
|
|
|
|
|
|
# VIM swap files
|
2018-09-30 21:27:55 -07:00
|
|
|
*.sw.
|