Some checks failed
farmcontrol/farmcontrol-ui/pipeline/head There was a failure building this commit
41 lines
584 B
Plaintext
41 lines
584 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# production
|
|
/build
|
|
/app_dist
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
.nova
|
|
|
|
/design_files/*.af~lock~
|
|
|
|
stats.html
|
|
|
|
test-results.xml
|
|
|
|
dist/*
|
|
|
|
# Generated FarmControl desktop bundle
|
|
/public/desktop/bundle.json
|
|
/public/desktop/models/
|
|
|
|
# Native macOS vibrancy (built by scripts/build-macos-effects.mjs)
|
|
src/bun/libMacWindowEffects.dylib |