1
1
mirror of https://github.com/tweag/nickel.git synced 2024-10-06 16:18:08 +03:00
nickel/.gitignore
Yann Hamdaoui f5f0ed5255
Various fixes to VSCode extension (#1413)
* Various updates to VSCode extension

Last fixes before publishing the VSCode extension on the VSCode market
place:
 - rename the parent containing directory from client-extension to vscode-extension
 - add a display name and a description
 - update the README, add links to non-Nix installation method
 - small fixes to the textmate Nickel grammar

* Update flake.nix after rename client-extension -> vscode-extension

* Improve the TextMate grammar, fix interpolation handling

* Fix highlighting in VSCode extension
2023-06-29 11:40:35 +00:00

30 lines
331 B
Plaintext

# Cargo generated
/target/
# Nix generated
/result*
/scripts/tmp.toml
# direnv generated
.direnv/
# wasm-pack
/pkg/
# rustfmt Backup file
**/*.rs.bk
/node_modules
/lsp/vscode-extension/node_modules
/lsp/vscode-extension/out
# Ctags output
/tags
# pre-commit-hooks
/.pre-commit-config.yaml
# Python virtual env
.venv/
venv/