1
1
mirror of https://github.com/tweag/nickel.git synced 2024-10-04 23:27:15 +03:00
nickel/.gitignore

26 lines
314 B
Plaintext
Raw Normal View History

2019-08-16 13:27:09 +03:00
# Cargo generated
/target/
/utilities/target
2019-08-16 13:27:09 +03:00
2021-01-15 16:29:17 +03:00
# Nix generated
/result*
/scripts/tmp.toml
2021-01-15 16:29:17 +03:00
2021-04-20 14:14:06 +03:00
# wasm-pack
/pkg/
2019-08-16 13:27:09 +03:00
# rustfmt Backup file
**/*.rs.bk
# Makam cache
/.makam-cache/
/node_modules
/lsp/client-extension/node_modules
/lsp/client-extension/out
2021-10-12 16:28:57 +03:00
# Ctags output
/tags
# pre-commit-hooks
/.pre-commit-config.yaml