-
Notifications
You must be signed in to change notification settings - Fork 95
Expand file tree
/
Copy path.gitignore
More file actions
80 lines (77 loc) · 1.71 KB
/
.gitignore
File metadata and controls
80 lines (77 loc) · 1.71 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
NaN.optimized
node_modules
.DS_Store
.vscode/*
.history/*
stats.json
coverage
/dist
/prod
/build
/uwazi-production
/storybook-static
*.log
*.tar.gz
npm-debug
uploads/*
cejil-fixtures
conversions/*.json
app/api/files/specs/uploads/*
app/api/files/specs/custom_path/
app/api/migrations/**/uploads/*
!app/api/migrations/**/uploads/index.html
!app/api/files/specs/uploads/listFilesUsingDisk
!app/api/files/specs/customUploads/downloadRoutes
!app/api/files/specs/uploads/ocrRoutes
app/api/files/specs/uploads/ocrRoutes/*
!app/api/files/specs/uploads/ocrRoutes/index.html
app/api/files/specs/customUploads/*
!app/api/files/specs/customUploads/index.html
!app/api/files/specs/customUploads/listFilesUsingDisk
!app/api/files/specs/customUploads/downloadRoutes
app/api/files/specs/customUploads/downloadRoutes/*
!app/api/files/specs/customUploads/downloadRoutes/index.html
app/api/csv/specs/*.jpg
!app/api/files/specs/customUploads/customPDF.pdf
uploaded_documents/*
custom_uploads/*
!uploads/index.html
!attachments/index.html
!custom_uploads/index.html
.idea
.env
test
app/api/files/specs/file1
app/api/files/specs/file2
**/redis-bin
dump.rdb
data_elastic
data_mongo
e2e/**/__diff_output__/
/storage
cypress/snapshots/diff/*
cypress/videos/*
*.diff.png
*.actual.png
.trunk/*
app/react/App/styles/globals.css
.github/logs
segmentation/*
tenants/*
.cursor/*
.browsers/*
# Yarn Berry
.yarn/install-state.gz
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
# Webpack cache
.webpack-cache/
.webpack/
.babel-cache/
# CSV v2 test temp dirs
app/api/csv.v2/application/jobs/specs/uploads/
app/api/csv.v2/application/jobs/specs/uploads_intermediate/
app/api/csv.v2/application/jobs/specs/tmp/
app/api/csv.v2/specs/uploads/
app/api/csv.v2/specs/uploads_intermediate/