mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
22 lines
225 B
Plaintext
22 lines
225 B
Plaintext
## editors
|
|
/.idea
|
|
/.vscode
|
|
|
|
## system files
|
|
.DS_Store
|
|
|
|
## npm
|
|
/node_modules/
|
|
/npm-debug.log
|
|
|
|
## bower
|
|
/bower_components*/
|
|
/bower-*.json
|
|
|
|
## temp folders
|
|
/.tmp/
|
|
|
|
## we don't want lock files for now
|
|
yarn.lock
|
|
package-lock.json
|