Typicalc/.gitignore

21 lines
356 B
Plaintext
Raw Normal View History

2021-01-26 15:05:33 +00:00
/target/
.idea/
.settings
.project
.classpath
*.iml
.DS_Store
# The following files are generated/updated by vaadin-maven-plugin
node_modules/
frontend/generated/
pnpmfile.js
types.d.ts
# Browser drivers for local integration tests
drivers/
# Error screenshots generated by TestBench for failed integration tests
error-screenshots/
webpack.generated.js