mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-10 19:06:34 +03:00
40 lines
510 B
Plaintext
40 lines
510 B
Plaintext
### Linux ###
|
|
*~
|
|
|
|
# KDE directory preferences
|
|
.directory
|
|
# OS X folder attributes
|
|
.DS_Store
|
|
|
|
# Linux trash folder which might appear on any partition or disk
|
|
.Trash-*
|
|
|
|
demo/dist/
|
|
|
|
### Node ###
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Dependency directory
|
|
# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
|
|
node_modules
|
|
|
|
lib/
|
|
stats.json
|
|
cypress/
|
|
bundles/
|
|
typings/*
|
|
!typings/styled-patch.d.ts
|
|
cli/index.js
|
|
|
|
/benchmark/revisions
|
|
|
|
/coverage
|
|
.ghpages-tmp
|
|
stats.json
|
|
yarn.lock
|
|
.idea
|
|
.vscode
|