forked from linera-io/linera-protocol
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gcloudignore
More file actions
23 lines (23 loc) · 747 Bytes
/
.gcloudignore
File metadata and controls
23 lines (23 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# ---------------------------------------------------------------------------------*
# This will prevent your local modules and debug logs from being copied onto your
# Docker image and possibly overwriting modules installed within your image.
# ---------------------------------------------------------------------------------*
node_modules
npm-debug.log
# Ignore dangling symlinks to node_modules in web examples
examples/*/public/js/@linera/client
examples/*/*/public/js/@linera/client
# ignore .git and .cache folders
.git
.cache
# ignore all markdown files (md) beside all README*.md other than README-secret.md
*.md
!README*.md
README-secret.md
# github related files
.github/
target
scripts/target
examples/target
.gitignore
.gcloudignore