forked from Orcpub/orcpub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
87 lines (73 loc) · 1.49 KB
/
.gitignore
File metadata and controls
87 lines (73 loc) · 1.49 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# Ignore environment file (secrets/config)
.env
.editorconfig
.gitattributes
/resources/public/css/compiled
/resources/public/js/compiled
/resources/*_backup.pdf
figwheel_server.log
pom.xml
*jar
/lib/
# Vendored snapshot allowed: pdfbox is required locally (vendor snapshot not available upstream)
!lib/org/apache/pdfbox/
!lib/org/apache/pdfbox/pdfbox/2.1.0-SNAPSHOT/
!lib/org/apache/pdfbox/pdfbox/2.1.0-SNAPSHOT/*
/classes/
/out/
/target/
/node_modules/
.clj-kondo
.calva
.lein-deps-sum
.lein-repl-history
.lein-plugins/
.lein-*
.lsp
.idea
orcpub.iml
profiles.clj
env.sh
.env
.repl
.nrepl-port
*~
#
*#*
/data
*.crt
*.key
deploy/homebrew/*
# Local working files
.integration-workflow-state
branch-sync-plan.md
dev/test-accounts.edn
# E2E test artifacts
/e2e/node_modules/
/e2e/playwright-report/
/e2e/test-results/
# Clojure CLI cache
.cpcache
cljs-test-runner-out
# As created by some LSP-protocol tooling, e.g. nvim-lsp
.lsp
# Datomic local files
/.datomic/
# Local audit outputs
/audit/
# Cursor IDE local config (contains user-specific paths)
.cursor/
# Claude Code local data (conversation history, credentials)
.claude-data/
# Ignore all log files in logs/
logs/
*/*.log
/workspaces/.codespaces/.persistedshare/creation.log
.devcontainer/post-create.log
scripts/analyze/
# Test user credentials log (created by ./menu user create / dev-setup.sh)
.test-users
# cljsjs extracted externs (build artifact from classpath)
cljsjs/
# Local devcontainer setup (superseded by dotfiles)
.devcontainer/local-setup.sh