1
1
mirror of https://github.com/tweag/nickel.git synced 2024-08-16 23:20:38 +03:00
nickel/.gitignore
jneem dc76b14556
Convert paths to absolute before normalization (#1489)
* Add test

* Fix test

* Convert paths to absolute before normalization

The path normalization function doesn't work on paths starting with '..'.
One fix is to make paths absolute.

* Add comment
2023-07-31 12:52:20 +00:00

33 lines
362 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/
# helix configuration
.helix/