Skip to content

Commit bcb09bc

Browse files
committed
1 parent fb6f31e commit bcb09bc

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

.gitignore

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
1-
/.settings
2-
/target
3-
/.classpath
4-
/.project
5-
/node_modules
6-
/webpack.generated.js
7-
/package.json
8-
/package-lock.json
9-
/webpack.config.js
1+
node_modules
2+
target
3+
.vscode
4+
.settings
5+
.project
6+
.classpath
7+
webpack.generated.js
8+
package-lock.json
9+
package.json
10+
webpack.config.js
1011
/error-screenshots
12+
drivers
13+
tsconfig.json
14+
.idea
15+
types.d.ts
16+
/frontend/generated
17+
/frontend/index.html
18+
vite.generated.ts

0 commit comments

Comments
 (0)