mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-06 05:10:20 +03:00
Add some ignores folders in gitignore
This commit is contained in:
parent
89bab93846
commit
3c70e5e23b
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -30,12 +30,14 @@ lib/**/*.css.shim.ts
|
||||||
lib/**/*.shim.ngstyle.ts
|
lib/**/*.shim.ngstyle.ts
|
||||||
|
|
||||||
# other
|
# other
|
||||||
/dist
|
/dist/
|
||||||
/demo/build
|
/demo/build
|
||||||
.tmp
|
.tmp
|
||||||
compiled
|
compiled
|
||||||
/coverage
|
/coverage/
|
||||||
.ghpages-tmp
|
.ghpages-tmp
|
||||||
stats.json
|
stats.json
|
||||||
|
|
||||||
.idea
|
.idea/
|
||||||
|
demo/dist/
|
||||||
|
demo/releases/
|
Loading…
Reference in New Issue
Block a user