1
1
mirror of https://github.com/tweag/nickel.git synced 2024-09-11 11:47:03 +03:00
nickel/.gitignore

33 lines
362 B
Plaintext
Raw Normal View History

2019-08-16 13:27:09 +03:00
# Cargo generated
/target/
2021-01-15 16:29:17 +03:00
# Nix generated
/result*
/scripts/tmp.toml
2021-01-15 16:29:17 +03:00
# direnv generated
.direnv/
2021-04-20 14:14:06 +03:00
# wasm-pack
/pkg/
2019-08-16 13:27:09 +03:00
# rustfmt Backup file
**/*.rs.bk
/node_modules
/lsp/vscode-extension/node_modules
/lsp/vscode-extension/out
2021-10-12 16:28:57 +03:00
# Ctags output
/tags
# pre-commit-hooks
/.pre-commit-config.yaml
2023-01-08 21:45:01 +03:00
# Python virtual env
.venv/
venv/
# helix configuration
.helix/