Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/test-eql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- main
paths:
- ".github/workflows/test-eql.yml"
- "src/*.sql"
- "sql/*.sql"
- "tests/**/*"
- "tasks/**/*"
Expand All @@ -14,6 +15,7 @@ on:
- main
paths:
- ".github/workflows/test-eql.yml"
- "src/*.sql"
- "sql/*.sql"
- "tests/**/*"
- "tasks/**/*"
Expand Down
14 changes: 12 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@


.DS_Store
.mise.*

deps.txt
deps-ordered.txt

# Based on https://raw.githubusercontent.com/github/gitignore/main/Node.gitignore

sql/000-version.sql
src/version.sql



# Logs

Expand Down Expand Up @@ -186,7 +196,7 @@ cipherstash-proxy.toml
# build artifacts
release/

.mise.*


# jupyter notebook
.ipynb_checkpoints
Expand Down
Loading