Bin
2025-12-16 9e0b2ba2c317b1a86212f24cbae3195ad1f3dbfa
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
# See http://help.github.com/ignore-files/ for more about ignoring files.
 
# compiled output
tmp
/out-tsc
 
# dependencies
node_modules
dist
 
# IDEs and editors
/.idea
.project
.classpath
.c9/
.DS_Store
*.launch
.settings/
*.sublime-workspace
 
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
 
# misc
/.sass-cache
/connect.lock
/coverage
/libpeerconnection.log
npm-debug.log
yarn-error.log
testem.log
/typings
.nx/
migrations.json
 
# System Files
.DS_Store
Thumbs.db
 
report.*.json
.env*
!.env.example
!.env.build
!.env.local
!*.lock
 
libs/version
libs/**/package-lock.json
libs/**/yarn.lock
 
# editor ignored files
 
libs/editor/__pycache__/
 
# Logs
libs/editor/logs
libs/editor/*.log
libs/editor/npm-debug.log*
libs/editor/yarn-debug.log*
libs/editor/yarn-error.log*
libs/editor/report.*.json
 
# Backend
libs/editor/backend/env3/
libs/editor/backend/__pycache__
 
# MAC
libs/editor/.DS_Store
 
# Env
libs/editor/.env.local
libs/editor/.env.development.local
libs/editor/.env.test.local
libs/editor/.env.production.local
 
# Testing
libs/editor/coverage/
libs/editor/tests/e2e/output/
 
# codecept screenshots
libs/editor/e2e/output
 
 
# datamanager ignored files
 
# Logs
libs/datamanager/logs
libs/datamanager/*.log
libs/datamanager/npm-debug.log*
libs/datamanager/yarn-debug.log*
libs/datamanager/yarn-error.log*
 
# Backend
libs/datamanager/backend/env3/
libs/datamanager/backend/__pycache__
 
# MAC
libs/datamanager/.DS_Store
 
# Env
libs/datamanager/.env
libs/datamanager/.env.local
libs/datamanager/.env.development.local
libs/datamanager/.env.test.local
libs/datamanager/.env.production.local
 
libs/datamanager/report.*.json
 
# Testing
libs/datamanager/coverage/
libs/datamanager/public/static/
 
# Examples of local env
libs/datamanager/src/examples
 
# codecept screenshots
libs/datamanager/e2e/output
 
libs/datamanager/.cache
 
dist
.cursor/rules/nx-rules.mdc
.github/instructions/nx.instructions.md