# https://stackoverflow.com/questions/55949132/vscode-how-to-get-file-search-not-content-to-include-git-ignored-files
# vscode uses rules in both .gitignore and .ignore.
# Since Git only recognizes .gitignore,
# we can negate some rules in .ignore to bring them back in the vscode search result.

!schema/global.d.ts
!schema/nodes.json
!CONFIG.json
!library/**/*.ts
!library/**/*.tsx
!src/db/cushy-1.db
!release/**/*
