-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gcloudignore
More file actions
161 lines (121 loc) · 3.03 KB
/
.gcloudignore
File metadata and controls
161 lines (121 loc) · 3.03 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
# flyctl launch added from .gitignore
# If you prefer the allow list template instead of the deny list, see community template:
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
#
# Binaries for programs and plugins
**/*.exe
**/*.exe~
**/*.dll
**/*.so
**/*.dylib
# Test binary, built with `go test -c`
**/*.test
# Output of the go coverage tool, specifically when used with LiteIDE
**/*.out
# Dependency directories (remove the comment below to include it)
**/vendor
# Go workspace file
**/go.work
**/go.work.sum
# env file
**/.env
# flyctl launch added from web/.gitignore
# Logs
web/**/logs
web/**/*.log
web/**/npm-debug.log*
web/**/yarn-debug.log*
web/**/yarn-error.log*
web/**/lerna-debug.log*
web/**/.pnpm-debug.log*
# Diagnostic reports (https://nodejs.org/api/report.html)
web/**/report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
# Runtime data
web/**/pids
web/**/*.pid
web/**/*.seed
web/**/*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
web/**/lib-cov
# Coverage directory used by tools like istanbul
web/**/coverage
web/**/*.lcov
# nyc test coverage
web/**/.nyc_output
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
web/**/.grunt
# Bower dependency directory (https://bower.io/)
web/**/bower_components
# node-waf configuration
web/**/.lock-wscript
# Compiled binary addons (https://nodejs.org/api/addons.html)
web/**/build/Release
# Dependency directories
web/**/node_modules
web/**/jspm_packages
# Snowpack dependency directory (https://snowpack.dev/)
web/**/web_modules
# TypeScript cache
web/**/*.tsbuildinfo
# Optional npm cache directory
web/**/.npm
# Optional eslint cache
web/**/.eslintcache
# Optional stylelint cache
web/**/.stylelintcache
# Microbundle cache
web/**/.rpt2_cache
web/**/.rts2_cache_cjs
web/**/.rts2_cache_es
web/**/.rts2_cache_umd
# Optional REPL history
web/**/.node_repl_history
# Output of 'npm pack'
web/**/*.tgz
# Yarn Integrity file
web/**/.yarn-integrity
# dotenv environment variable files
web/**/.env
web/**/.env.development.local
web/**/.env.test.local
web/**/.env.production.local
web/**/.env.local
# parcel-bundler cache (https://parceljs.org/)
web/**/.cache
web/**/.parcel-cache
# Next.js build output
web/**/.next
web/**/out
# Nuxt.js build / generate output
web/**/.nuxt
# web/**/dist
# Gatsby files
web/**/.cache
# Comment in the public line in if your project uses Gatsby and not Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public
# vuepress build output
web/**/.vuepress/dist
# vuepress v2.x temp and cache directory
web/**/.temp
web/**/.cache
# Docusaurus cache and generated files
web/**/.docusaurus
# Serverless directories
web/**/.serverless
# FuseBox cache
web/**/.fusebox
# DynamoDB Local files
web/**/.dynamodb
# TernJS port file
web/**/.tern-port
# Stores VSCode versions used for testing VSCode extensions
web/**/.vscode-test
# yarn v2
web/**/.yarn/cache
web/**/.yarn/unplugged
web/**/.yarn/build-state.yml
web/**/.yarn/install-state.gz
web/**/.pnp.*
fly.toml
web/node_modules/