Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions .gcloudignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# This file specifies files that are *not* uploaded to Google Cloud
# using gcloud. It follows the same syntax as .gitignore, with the addition of
# "#!include" directives (which insert the entries of the given .gitignore-style
# file at that point).

.gcloudignore
.git
.gitignore

# Node.js dependencies
node_modules/

# Build artifacts that will be built inside container
src/
public/
*.ts
*.astro

# Development files
.env
.env.*
README.md
*.log

# Test files
tests/
*.test.*
*.spec.*

# CI/CD
.github/

# IDE
.vscode/
.idea/
Loading