Skip to content

Commit e443359

Browse files
Valenreynoso17javier-godoy
authored andcommitted
chore: update gitignore
1 parent 116e7f3 commit e443359

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

.gitignore

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
1-
/target
2-
/.classpath
3-
/.project
4-
/.settings
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
11+
/error-screenshots
12+
drivers
1013
tsconfig.json
14+
.idea
1115
types.d.ts
16+
/frontend/generated
17+
/frontend/index.html
18+
vite.generated.ts
19+
vite.config.ts
20+
/src/main/dev-bundle

0 commit comments

Comments
 (0)