forked from react-querybuilder/react-querybuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (45 loc) · 949 Bytes
/
.gitignore
File metadata and controls
52 lines (45 loc) · 949 Bytes
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
# Dependencies
node_modules/
# Generated files
build/
dist/
coverage/
build-analysis.*
dbquery.*.cache_db
utils/cel-evaluator/cel-evaluator
utils/cel-evaluator/cel-evaluator.exe
packages/*/debug/package.json
packages/*/formatQuery/package.json
packages/*/parseCEL/package.json
packages/*/parseJSONata/package.json
packages/*/parseJsonLogic/package.json
packages/*/parseMongoDB/package.json
packages/*/parseSpEL/package.json
packages/*/parseSQL/package.json
packages/*/transformQuery/package.json
# website/api is (re)generated when running `bun web` or `bun website:build`...
website/api/*
# ...but it needs to exist for docusaurus to begin
!website/api/.gitkeep
# Docusaurus generated files
.docusaurus
.cache-loader
# Misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.idea
*.log
.tmp
build-stats.*
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
yarn.lock