Updates
This commit is contained in:
38
lowcoder/server/api-service/.gitignore
vendored
Normal file
38
lowcoder/server/api-service/.gitignore
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
.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
|
||||
Reference in New Issue
Block a user