Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
picodata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
core
picodata
Commits
b2054934
Commit
b2054934
authored
2 months ago
by
Антон Фетисов
Browse files
Options
Downloads
Patches
Plain Diff
chore: update gitignore & justfile prompt
parent
01a7e001
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1563
chore: update gitignore & justfile prompt
Pipeline
#59870
failed
2 months ago
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+16
-5
16 additions, 5 deletions
.gitignore
.justfile
+1
-1
1 addition, 1 deletion
.justfile
with
17 additions
and
6 deletions
.gitignore
+
16
−
5
View file @
b2054934
/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/
This diff is collapsed.
Click to expand it.
.justfile
+
1
−
1
View file @
b2054934
...
...
@@ -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'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment