Skip to content

Commit

Permalink
add more files to .gcloudignore (GoogleChrome#4002)
Browse files Browse the repository at this point in the history
  • Loading branch information
devnook authored Oct 13, 2022
1 parent 192a9b5 commit fc2d2ba
Showing 1 changed file with 44 additions and 16 deletions.
60 changes: 44 additions & 16 deletions .gcloudignore
Original file line number Diff line number Diff line change
@@ -1,17 +1,45 @@
# This file specifies files that are *not* uploaded to Google Cloud Platform
# 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).
#
# For more information, run:
# $ gcloud topic gcloudignore
#
.gcloudignore
# If you would like to upload your .git directory, .gitignore file or files
# from your .gitignore file, remove the corresponding line
# below:
.git
.gitignore
# Top-level files
/.editorconfig
/.eslintignore
/.eslintrc.js
/.gcloudignore
/.gitignore
/.huskyrc.js
/.nvmrc
/.percy.js
/.prettierrc.js
/.remarkrc.js
/.stylelintrc.js
/algolia.js
/ava.config.js
/cloud-secrets.js
/CODE_OF_CONDUCT.md
/CONTRIBUTING.md
/database.rules.json
/gulp-tasks
/gulpfile.js
/LICENSE
/lighthouserc.js
/netlify.toml
/README.md
/rollup.config.js
/tsconfig.json
/version-check.js

# Top-level directories
/.cloudbuild
/.git
/.github
/.nyc_output
/node_modules
/gulp-tasks
/tests
/tools
/types

# Source files already compiled in /dist
/site/**/*.md
/site/**/*.html
/site/**/*.png
/site/_scss

# Node.js dependencies:
node_modules/

0 comments on commit fc2d2ba

Please sign in to comment.