You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
387 B
39 lines
387 B
# OS
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
.DS_Store
|
|
._*
|
|
|
|
# Editors
|
|
*~
|
|
*.swp
|
|
*.tmproj
|
|
*.tmproject
|
|
*.sublime-*
|
|
.idea/
|
|
.project/
|
|
.settings/
|
|
.vscode/
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Dependency directories
|
|
bower_components/
|
|
node_modules/
|
|
|
|
# Yeoman meta-data
|
|
.yo-rc.json
|
|
|
|
# Build-related directories
|
|
dist/
|
|
dist-test/
|
|
docs/api/
|
|
es5/
|
|
tmp
|
|
test/test-manifests.js
|
|
test/test-expected.js
|
|
coverage/
|