marko/.gitignore
Dylan Piercey 21ce06f8ad
Optional migrations & basic w-bind migration (#1192)
* Setup optional migration support

* Add migration call for w-bind

* Add tests for optional migrations

* Add assertions based on migration prompts

* Skip migration tests on node 6

* Fix typo
2018-12-14 09:50:05 -08:00

22 lines
220 B
Plaintext

/work
/build
.idea/
npm-debug.log
node_modules
*.sublime-workspace
*.orig
.DS_Store
.vscode
coverage
.nvmrc
~*
/.cache
*.marko.js
*.marko.xml.js
/test/generated/
.nyc_output
*.swp
/dist/
/test-dist/
/test-generated/
.vs/