omi/.gitignore

14 lines
188 B
Plaintext
Raw Normal View History

2018-10-17 09:14:52 +08:00
node_modules
2018-02-25 16:06:09 +08:00
/node_modules
2018-05-03 10:46:34 +08:00
/npm-debug.log
.DS_Store
/_dev
/coverage
package-lock.json
/test/ts/**/*.js
# Editor and IDE configuration
.vscode/
.idea/
/plugins/*/node_modules