The on-prem version of this repo depends on the `cockpit` project. Some of the files from the `cockpit` repo are needed to build and run this project. These files are saved into the `pkg/lib` directory, this commit adds some convenience scripts to the Makefile to do this.
41 lines
495 B
Text
41 lines
495 B
Text
# See https://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
# vscode config
|
|
.vscode/
|
|
|
|
# ide config
|
|
.idea/
|
|
|
|
# dependencies
|
|
node_modules
|
|
|
|
# production
|
|
dist
|
|
|
|
# cache
|
|
.cache
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
.DS_Store
|
|
coverage
|
|
|
|
*~
|
|
*.swp
|
|
bots
|
|
|
|
# madge graph of dependencies generated by `npm run circular:graph`
|
|
deps.png
|
|
|
|
# build directories
|
|
cockpit/public/vendor*
|
|
cockpit/public/src_*
|
|
cockpit/public/main*
|
|
|
|
# Sentry Config File
|
|
.sentryclirc
|
|
|
|
# cockpit lib dir
|
|
pkg/lib
|