mirror of https://github.com/Hypfer/Valetudo.git
21 lines
353 B
Plaintext
21 lines
353 B
Plaintext
# ignore node_modules if installed here (e.g. by npm install)
|
|
node_modules/
|
|
|
|
# ignore configuration files for local development
|
|
/local/
|
|
|
|
# binary compilation output
|
|
build/
|
|
|
|
# IntelliJ Idea project files
|
|
.idea/
|
|
|
|
# VSCode project files
|
|
.vscode/
|
|
|
|
/backend/lib/res/valetudo.openapi.schema.json
|
|
/backend/lib/res/build_metadata.json
|
|
|
|
/docs/vendor
|
|
/docs/_site
|