2024-05-18 14:42:12 +00:00
|
|
|
/target/
|
|
|
|
.idea/
|
|
|
|
.vscode/
|
|
|
|
.settings
|
|
|
|
.project
|
|
|
|
.classpath
|
2024-09-06 16:54:26 +00:00
|
|
|
.env
|
2024-05-18 14:42:12 +00:00
|
|
|
|
2024-09-09 16:13:18 +00:00
|
|
|
src/main/resources/*.sql
|
|
|
|
|
2024-09-07 14:06:53 +00:00
|
|
|
# Ignore profile-specific properties files
|
|
|
|
application-*.properties
|
|
|
|
|
2024-05-18 14:42:12 +00:00
|
|
|
*.iml
|
|
|
|
.DS_Store
|
|
|
|
|
|
|
|
# The following files are generated/updated by vaadin-maven-plugin
|
|
|
|
node_modules/
|
|
|
|
frontend/generated/
|
|
|
|
pnpmfile.js
|
|
|
|
vite.generated.ts
|
|
|
|
|
|
|
|
# Browser drivers for local integration tests
|
|
|
|
drivers/
|
|
|
|
# Error screenshots generated by TestBench for failed integration tests
|
|
|
|
error-screenshots/
|
|
|
|
webpack.generated.js
|