Skip to content

Commit 1130523

Browse files
committed
1 parent f736797 commit 1130523

File tree

1 file changed

+16
-34
lines changed

1 file changed

+16
-34
lines changed

.gitignore

Lines changed: 16 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,18 @@
1-
target/
2-
!.mvn/wrapper/maven-wrapper.jar
3-
4-
### STS ###
5-
.apt_generated
6-
.classpath
7-
.factorypath
8-
.project
1+
node_modules
2+
target
3+
.vscode
94
.settings
10-
.springBeans
11-
12-
### IntelliJ IDEA ###
5+
.project
6+
.classpath
7+
webpack.generated.js
8+
package-lock.json
9+
package.json
10+
webpack.config.js
11+
/error-screenshots
12+
drivers
13+
tsconfig.json
1314
.idea
14-
*.iws
15-
*.iml
16-
*.ipr
17-
18-
### NetBeans ###
19-
nbproject/private/
20-
build/
21-
nbbuild/
22-
dist/
23-
nbdist/
24-
.nb-gradle/
25-
26-
widgetsets
27-
28-
rebel.xml
29-
/node_modules
30-
/package-lock.json
31-
/webpack.config.js
32-
/webpack.generated.js
33-
/package.json
34-
/bin/
35-
/.npmrc
36-
/frontend/generated/vaadin.ts
15+
types.d.ts
16+
/frontend/generated
17+
/frontend/index.html
18+
vite.generated.ts

0 commit comments

Comments
 (0)