gitignore added

This commit is contained in:
Wolfgang Koch
2021-09-22 10:47:41 +02:00
parent 35bec41f0e
commit b4c55ebe90
2 changed files with 32 additions and 4 deletions

31
.gitignore vendored Normal file
View File

@@ -0,0 +1,31 @@
# CAP multitenancy
_out
*.db
connection.properties
default-*.json
gen/
node_modules/
target/
# Web IDE, App Studio
.che/
.gen/
# MTA
*_mta_build_tmp
*.mtar
mta_archives/
*mta-op*/
# Other
.DS_Store
*.orig
*.log
*.iml
*.flattened-pom.xml
*log*.txt
# IDEs
# .vscode
# .idea

View File

@@ -209,7 +209,4 @@ annotate OrdersService.Orders with @(
}
}
);
}
}