Skip to content

Commit 60ec9de

Browse files
paodbmlopezFC
authored andcommitted
chore: update gitignore
1 parent 4880a52 commit 60ec9de

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

.gitignore

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1-
/.project
2-
/.settings
3-
/target
4-
/.classpath
5-
/node_modules
6-
/package.json
7-
/package-lock.json
8-
/webpack.config.js
9-
/webpack.generated.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
13+
tsconfig.json
14+
.idea
15+
types.d.ts

0 commit comments

Comments
 (0)