mirror of
https://github.com/ivuorinen/nvm-auto-use.fish.git
synced 2026-02-10 02:48:44 +00:00
- Major refactor of core Fish functions for modularity, caching, and error handling - Improved `.editorconfig` and Makefile for stricter formatting and linting standards - Expanded linting support: added EditorConfig checks, auto-install for missing tools, and Makefile targets - Enhanced CI workflow with clearer permissions and job steps in GitHub Actions - Updated documentation in `README.md` and `CLAUDE.md` to reflect new features, advanced developer tools, and contribution guidelines - Improved Node.js version manager detection, switching, and installation logic - Added/updated utility functions for configuration, silent mode, notifications, and version extraction - Various bug fixes, code quality improvements, and expanded test coverage
26 lines
527 B
Plaintext
26 lines
527 B
Plaintext
.DS_Store
|
|
.idea/**/aws.xml
|
|
.idea/**/contentModel.xml
|
|
.idea/**/dataSources.ids
|
|
.idea/**/dataSources.local.xml
|
|
.idea/**/dataSources/
|
|
.idea/**/dbnavigator.xml
|
|
.idea/**/dictionaries
|
|
.idea/**/dynamic.xml
|
|
.idea/**/gradle.xml
|
|
.idea/**/libraries
|
|
.idea/**/shelf
|
|
.idea/**/sqlDataSources.xml
|
|
.idea/**/tasks.xml
|
|
.idea/**/uiDesigner.xml
|
|
.idea/**/usage.statistics.xml
|
|
.idea/**/workspace.xml
|
|
.idea/caches/build_file_checksums.ser
|
|
.idea/httpRequests
|
|
.idea/replstate.xml
|
|
.idea/sonarlint/
|
|
*~
|
|
Session.vim
|
|
Sessionx.vim
|
|
.claude/settings.local.json
|