mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-10 19:06:34 +03:00
39 lines
545 B
Plaintext
39 lines
545 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-*
|
|
|
|
|
|
### 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
|
|
|
|
# compiled css
|
|
lib/**/*.css
|
|
|
|
# files produced by ngc
|
|
lib/**/*.ngfactory.ts
|
|
lib/**/*.css.shim.ts
|
|
lib/**/*.ngsummary.json
|
|
lib/**/*.shim.ngstyle.ts
|
|
|
|
# other
|
|
/dist
|
|
/demo/build
|
|
.tmp
|
|
/coverage
|
|
.ghpages-tmp
|
|
stats.json
|