Skip to content

Commit f44dea6

Browse files
committed
Add .gitignore for respective samples
1 parent 69aa695 commit f44dea6

File tree

5 files changed

+39
-1
lines changed

5 files changed

+39
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ yarn-debug.log*
2424
yarn-error.log*
2525
sample-websockets/frontend/creds
2626
grpc-python/kyma.pem
27-
.gitignore
27+
2828
grpc-python/__pycache__/orders_pb2_grpc.cpython-38.pyc
2929
grpc-python/__pycache__/orders_pb2.cpython-38.pyc
3030
.vscode

cap-multitenancy-sample/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
do-not-commit
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# CAP bookshop-external
2+
_out
3+
*.db
4+
*.sqlite
5+
connection.properties
6+
default-*.json
7+
.cdsrc-private.json
8+
gen/
9+
node_modules/
10+
target/
11+
12+
# Web IDE, App Studio
13+
.che/
14+
.gen/
15+
16+
# MTA
17+
*_mta_build_tmp
18+
*.mtar
19+
mta_archives/
20+
21+
# Other
22+
.DS_Store
23+
*.orig
24+
*.log
25+
26+
*.iml
27+
*.flattened-pom.xml
28+
29+
# IDEs
30+
# .vscode
31+
# .idea
32+
33+
# @cap-js/cds-typer
34+
@cds-models
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bookshop
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
certs
2+
secret

0 commit comments

Comments
 (0)