Skip to content
Snippets Groups Projects
Commit b2054934 authored by Антон Фетисов's avatar Антон Фетисов
Browse files

chore: update gitignore & justfile prompt

parent 01a7e001
No related branches found
No related tags found
1 merge request!1563chore: update gitignore & justfile prompt
Pipeline #59870 failed
/target
# Build & dependency folders
target/
venv/
node_modules/
__pycache__/
.rocks
./*.snap
# Saved panic backtraces
*.backtrace
# Snapshot and WAL storage of running instances
*.snap
*.xlog
__pycache__/
tmp/
*.rustfmt
tags
......@@ -11,7 +20,9 @@ test/manual/sql/*.json
**/libtestplug.dylib
**/libplug_wrong_version.so
**/libplug_wrong_version.dylib
venv
.direnv
.envrc
.vscode
# IDE configuration folders
.idea/
.vscode/
......@@ -165,7 +165,7 @@ k6:
[group("misc")]
[doc("remove cargo and python cache, clean submodules")]
[confirm("Do you really want to clear all cache and submodules?")]
[confirm("Do you really want to clear all cache and submodules? (y/n)")]
clean:
cargo clean || true
git submodule foreach --recursive 'git clean -dxf && git reset --hard'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment