39 lines
530 B
Plaintext
39 lines
530 B
Plaintext
.DS_Store
|
|
.idea
|
|
*.iml
|
|
.env
|
|
.vscode/*
|
|
|
|
dist/**
|
|
target/**
|
|
.idea/**
|
|
**/.idea
|
|
**/target
|
|
**/dist
|
|
*.iml
|
|
node_modules
|
|
.settings/**
|
|
**/.settings
|
|
**/.classpath
|
|
**/.project
|
|
**/.factorypath
|
|
|
|
*.env
|
|
dependency-reduced-pom.xml
|
|
.run/**
|
|
logs/**
|
|
tmp/**
|
|
|
|
# Ignore plugin.properties which are generated dynamically
|
|
**/plugin.properties
|
|
|
|
# to ignore the node_modeules folder
|
|
node_modules
|
|
# to ignore the package-lock.json file
|
|
package-lock.json
|
|
|
|
# test coverage
|
|
coverage-summary.json
|
|
app/client/cypress/locators/Widgets.json
|
|
application-lowcoder.yml
|