-
Notifications
You must be signed in to change notification settings - Fork 55
/
.gitignore
64 lines (50 loc) · 890 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
.classpath
.factorypath
*.project
*.settings
# Mac
*.DS_Store
# Intellij Idea files
.idea
*.iml
# VS Code
.vscode
# gradle
.gradle
**/build/
!src/**/build/
# Java files
*pom.xml.versionsBackup
**/target
# NodeJS files
**/dist
node_modules
# Testing files
.coverage
# Generated code
packages/ts/*/*.d.ts
packages/ts/*/*.d.ts.map
packages/ts/*/*.js
packages/ts/*/*.js.map
packages/ts/*/*.module.css
packages/ts/*/*.css
packages/ts/*/.coverage
packages/ts/*/.vite
packages/ts/*/types/**
!packages/ts/*/.lintstagedrc.js
scripts/prepare/results/
packages/java/hilla/*.json
packages/java/hilla/src/main/resources/
packages/java/tests/**/src/main/bundles/
packages/**/resources/vaadin-core-versions.json
# npm pack
packages/ts/*/*.tgz
*.tgz
# temporary scripts from platform for preparations
scripts/prepare/src/
# backup files from some editors
*~
# nx cache
.nx
# vite cache
.vite