-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gcloudignore
More file actions
51 lines (48 loc) · 694 Bytes
/
.gcloudignore
File metadata and controls
51 lines (48 loc) · 694 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
tmp
deploy.sh
start.sh
fire.sh
sample-event.json
scratch.js
.vscode
.env
service-account.json
credentials.json
types.d.ts
scripts
tests
jsconfig.json
.gitignore
.prettierrc
scratch.js
# Ignore node_modules (generated during npm install)
node_modules
# Ignore local environment configuration
.env
# Ignore specific directories
data
tmp
# Ignore deployment scripts
deploy.sh
fire.sh
local.sh
# Ignore local test files
sample-event.json
# Ignore OS-specific files
.DS_Store
Thumbs.db
# Ignore logs
*.log
# Ignore backup files
*.bak
# Ignore lock files
package-lock.json
yarn.lock
# Ignore build files
dist
build
# Ignore editor-specific files
.vscode
.idea
*.sublime-project
*.sublime-workspace