forked from metabase/metabase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
90 lines (87 loc) · 1.51 KB
/
.gitignore
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
88
89
90
*.class
*.iml
*.jar
*.log
*.po~
*.sqlite
*.trace.db
*.xcworkspacedata
.DS_Store
.\#*
.cpcache/
.eastwood
.idea/
.nrepl-port
.vscode
/*.h2.db
/*.lock.db
/*.mv.db
/*.trace.db
/.babel_cache
/.env
/.lein-env
/.lein-failures
/.lein-plugins
/.lein-repl-history
/.sqlite.db
/backend-checksums.txt
/build.xml
/checkouts
/classes
/coverage
/crate-*
/cypress
/deploy/artifacts/*
/docs/uberdoc.html
/frontend/test/snapshots/*
/e2e/snapshots/*
/lein-plugins/*/target
/local
/locales/metabase-*.pot
/modules/drivers/*/resources/namespaces.edn
/modules/drivers/*/target
/node_modules/
/plugins
/process.yml
/reset-password-artifacts
/resources/frontend_client/app/dist/
/resources/frontend_client/app/locales
/resources/frontend_client/embed.html
/resources/frontend_client/index.html
/resources/frontend_client/public.html
/resources/i18n/*.edn
/resources/license-backend-third-party.txt
/resources/license-frontend-third-party.txt
/resources/namespaces.edn
/resources/sample-dataset.db.trace.db
/resources/version.properties
/screenshots
/sqlite.db
/stats.json
/storybook-static
/target
/test-report-*
\#*\#
bin/node_modules/
bin/release/aws-eb/metabase-aws-eb.zip
coverage-summary.json
pom.xml
pom.xml.asc
profiles.clj
target/checksum.txt
xcshareddata
xcuserdata
dev/src/dev/nocommit/
*~
**/cypress_sample_database.json
/frontend/src/cljs
/frontend/src/cljs_release
.shadow-cljs
# lsp: ignore all but the config file
.lsp/*
!.lsp/config.edn
.clj-kondo/.cache
*.code-workspace
.calva/
# malli + clj-kondo: ignore malli-types
.clj-kondo/metosin/malli-types-clj