Files
ghostfolio/.gitignore
Thomas Kaul 8cee03f16a Feature/upgrade Nx to version 21.1.2 (#4809)
* Upgrade Nx to version 21.1.2

* Update changelog
2025-06-05 17:38:15 +02:00

45 lines
595 B
Plaintext

# See http://help.github.com/ignore-files/ for more about ignoring files.
# compiled output
/out-tsc
/tmp
# dependencies
/node_modules
npm-debug.log
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode/*
!.vscode/extensions.json
!.vscode/launch.json
!.vscode/settings.json
# misc
/.angular/cache
.cursor/rules/nx-rules.mdc
.env
.env.prod
.github/instructions/nx.instructions.md
.nx/cache
.nx/workspace-data
/.sass-cache
/connect.lock
/coverage
/dist
/libpeerconnection.log
testem.log
/typings
# System Files
.DS_Store
Thumbs.db