Files
odo/docs/website/.gitignore
Armel Soro c47a3d34c6 Dogfood odo for working on the website (#6564)
* Add 'devfile.yaml' for working on the website

* Git-ignore the '.odo' folder

* Make Docusaurus listen on all interfaces

By default, Docusaurus would listen only on the loopback interface,
which does not work with Podman at this time (see [1]).

[1] https://github.com/redhat-developer/odo/issues/6510#issuecomment-1400280994
2023-02-02 16:16:56 +01:00

23 lines
261 B
Plaintext

# Dependencies
/node_modules
# Production
/build
# Generated files
.docusaurus
.cache-loader
!.docusaurus.config.js
# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.odo