-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
67 lines (58 loc) · 1.08 KB
/
.gitignore
File metadata and controls
67 lines (58 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
**/classes
**/target
**/.artifacts
**/.cpcache
**/.DS_Store
**/.gradle
**/generated
**/src/gen
# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/shelf
.idea/**/statistic.xml
.idea/dictionaries/**
.idea/libraries/**
# File-based project format
*.iws
*.ipr
# Cursive Clojure plugin
.idea/replstate.xml
*.iml
# Claude Code
.claude
# Clojure tools
.calva
**/.calva-repl
*cider-error*
bases/**/.clj-kondo
components/**/.clj-kondo
projects/**/.clj-kondo
.clj-kondo/*
!.clj-kondo/config.edn
!.clj-kondo/hooks/
bases/**/.lsp
components/**/.lsp
projects/**/.lsp
.lsp/*
!.lsp/config.edn
# REPL and linting files
.nrepl-port
**/.nrepl-port
.rebel_readline_history
.eastwood
.direnv/
# Generated OpenAPI spec
docs/openapi.yaml
# Local runtime artifacts
*.log
log.txt
result.json
__pycache__/
**/__pycache__/
# Helm dependency caches (regenerated by `helm dependency update`).
# The vendored chart at infra/helm/queenswood/charts/fdb-operator/
# IS source-of-truth and stays committed.
infra/helm/queenswood/Chart.lock
infra/helm/queenswood/charts/*.tgz