-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.gitignore
More file actions
73 lines (63 loc) · 1.54 KB
/
.gitignore
File metadata and controls
73 lines (63 loc) · 1.54 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
**/.attach_pid*
**/.classpath
**/.project
**/.checkstyle
**/.fbExcludeFilterFile
**/.factorypath
**/bin/
**/target
# The following files are generated/updated by vaadin-maven-plugin or vaadin-gradle-plugin
**/node_modules/
**/src/main/frontend/generated/
**/src/main/frontend/index.html
**/pnpmfile.js
**/.npmrc
**/webpack.generated.js
**/vite.generated.ts
**/package-lock.json
**/package.json
**/tsconfig.json
**/types.d.ts
# pre-compiled frontend files and resources
**/src/main/bundles/
# Mac
**/*.DS_Store
# Browser drivers for local integration tests
**/drivers/
# Error screenshots generated by TestBench for failed integration tests
**/error-screenshots/
# Eclipse and STS
**/.apt_generated
**/.springBeans
**/.sts4-cache
**/.settings/edu.umd.cs.findbugs.core.prefs
**/.settings/org.eclipse.core.resources.prefs
**/.settings/org.eclipse.jdt.apt.core.prefs
**/.settings/org.eclipse.wst.common.component
**/.settings/org.eclipse.wst.common.project.facet.core.xml
**/.settings/org.jboss.ide.eclipse.as.core.prefs
**/.settings/com.vaadin.integration.eclipse.prefs
**/.settings/.jsdtscope
**/.settings/org.eclipse.wst.jsdt.ui.superType.container
**/.settings/org.eclipse.wst.jsdt.ui.superType.name
**/.settings/org.sonarlint.eclipse.core.prefs
# IntelliJ IDEA
**/.idea/*
**/*.iml
**/*.iws
**/*.ipr
!**/.idea/encodings.xml
!**/.idea/eclipseCodeFormatter.xml
**/out/
!**/src/main/**/out/
!**/src/test/**/out/
# VS Code
**/.vscode/
# Maven wrapper
**/.mvn/
**/mvnw
# Created by jenkins job
.repository
.asciidoctorconfig.adoc
com.vaadin.designer.prefs
.flattened-pom.xml