-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
40 lines (35 loc) · 849 Bytes
/
.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
.flattened-pom.xml
target/
.idea/
.vscode/
.settings
.project
.classpath
pom.xml.versionsBackup
*.iml
.DS_Store
# The following files are generated/updated by vaadin-maven-plugin
node_modules/
**/frontend/generated/
pnpmfile.js
vite.generated.ts
package*.json
vite*.ts
tsconfig.json
types.d.ts
**/src/main/bundles/
.flow-node-tasks.lock
# Codestarts
!**/codestarts/**/package*.json
!**/codestarts/**/tsconfig.json
!**/codestarts/**/types.d.ts
!**/codestarts/**/vite.config.ts
# Browser drivers for local integration tests
drivers/
# Error screenshots generated by TestBench for failed integration tests
error-screenshots/
webpack.generated.js
integration-tests/smoke-tests/build/
commons/deployment/src/main/frontend/
integration-tests/custom-prefix-test/src/main/frontend/connect-client.ts
commons/hilla-shaded-deps/dependency-reduced-pom.xml