Skip to content

Commit 2862a8e

Browse files
javier-godoypaodb
authored andcommitted
chore: update .gitignore
1 parent c31a306 commit 2862a8e

1 file changed

Lines changed: 16 additions & 29 deletions

File tree

.gitignore

Lines changed: 16 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +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-
/node_modules
28-
/webpack.generated.js
29-
/package.json
30-
/package-lock.json
31-
/webpack.config.js
15+
types.d.ts
16+
/frontend/generated
17+
/frontend/index.html
18+
vite.generated.ts

0 commit comments

Comments
 (0)