munera-vaadin/.gitignore

26 lines
446 B
Text
Raw Normal View History

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
# 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