Typicalc/.gitignore

28 lines
437 B
Plaintext
Raw Permalink 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/
2023-10-23 12:15:57 +00:00
frontend/index.html
2021-01-26 15:05:33 +00:00
pnpmfile.js
pnpm-lock.yaml
2021-01-26 15:05:33 +00:00
types.d.ts
# Browser drivers for local integration tests
drivers/
# Error screenshots generated by TestBench for failed integration tests
error-screenshots/
webpack.generated.js
2021-03-08 09:53:59 +00:00
/fuzz-results
2021-03-10 15:03:37 +00:00
/.npmrc
2023-10-23 12:17:20 +00:00
/src/main/dev-bundle/