nx/.gitignore
2023-09-11 15:58:09 -04:00

42 lines
708 B
Plaintext

node_modules
/.idea
/.fleet
/.vscode
dist
/build
/coverage
./test
.DS_Store
tmp
*.log
jest.debug.config.js
.tool-versions
/.nx-cache
/.verdaccio/build/local-registry
/graph/client/src/assets/environment.js
/graph/client/src/assets/dev/environment.js
/graph/client/src/assets/generated-project-graphs
/graph/client/src/assets/generated-task-graphs
/nx-dev/nx-dev/public/documentation
/nx-dev/nx-dev/public/images/open-graph
# Issues scraper creates these files, stored by github's cache
/scripts/issues-scraper/cached
# Lerna creates this
CHANGELOG.md
# Next.js
.next
# Angular Cache
.angular
# Local dev files
.env
.bashrc
*.node
# Fix for issue when working on the repo in a dev container
.pnpm-store