updated .gcloudignore

pull/2/head
Hari Sekhon 4 years ago
parent 6a08ef3f17
commit a5f5b5c0e5

@ -41,6 +41,7 @@
# descends directories matching basenames like .gitignore, doesn't need **/ prefix like .dockerignore # descends directories matching basenames like .gitignore, doesn't need **/ prefix like .dockerignore
# CI stuff you'd usuall commit but don't want to upload - there are more dot files with auth that wouldn't commit borrowed from massive adjacent .gitignore further down in the dotfiles section
Jenkinsfile Jenkinsfile
azure-pipelines.y*ml azure-pipelines.y*ml
bitbucket-pipelines.y*ml bitbucket-pipelines.y*ml
@ -93,6 +94,7 @@ rpms/
*.flv *.flv
*.kdb *.kdb
*.lock *.lock
*.local
*.log *.log
*.macports-saved_* *.macports-saved_*
*.mp3 *.mp3
@ -117,6 +119,9 @@ tmp.*
# since .* doesn't work we must specify the common dot files to exclude below # since .* doesn't work we must specify the common dot files to exclude below
.*.local
.*.env
.a .a
.activator/ .activator/
.adobe .adobe
@ -140,57 +145,122 @@ tmp.*
.cfconfig .cfconfig
# Circle CI API Token stored in .circleci/cli.yml # Circle CI API Token stored in .circleci/cli.yml
.circleci/ .circleci/
.Codefresh/
.compiz
.conda/
.config .config
# contains repo_token / COVERALLS_REPO_TOKEN
.coveralls.yml
.cpan/
.cpanm/ .cpanm/
.cups/
.data .data
.dbshell .dbshell
.dbus
.dcos/ .dcos/
.DCOPserver_*
.devcenter/ .devcenter/
.docker* .docker*
.dropbox/ .dropbox/
.DS_Store .DS_Store
.dvdcss/
# contains things like auth tokens
.envrc*
.env* .env*
.erlang.cookie .erlang.cookie
.evolution
.fluxbox/
.flyrc .flyrc
.fontconfig
.fseventsd
.gaim/
.gem .gem
.gimp-*
.github_actions_runner/
.gitk
.gmvault/
.gnome
.gnome2
.gnome2_private
.gnupg*
.gpg*
.gradle .gradle
.groovy .groovy
.gstreamer-*
.gvfs
.htoprc
.ICEauthority
.IdeaIC*
.idea
.inkscape-etc/
.ion3
.ipython/
.irb-save-history .irb-save-history
.irb_history .irb_history
# contains creds # contains creds
.iredisrc .iredisrc
.ivy2/ .ivy2/
.jline-jython.history
.kde
.kodos
.kube/ .kube/
.ldapvi_history .ldapvi_history
.lesshst .lesshst
.links2
.local
.m2/ .m2/
.macports/ .macports/
.macports/
.macromedia
.matplotlib/
.mcop .mcop
.mcoprc .mcoprc
.minikube/ .minikube/
.minishift/ .minishift/
.minishift.env .minishift.env
.mozilla
.mtools/ .mtools/
.mysql_history .mysql_history
.nbprofiler/
.neo4j_shell_history .neo4j_shell_history
.npm/ .npm/
.octave_hist .octave_hist
.openoffice.org
.openoffice.org2
.oracle_jre_usage/
.ovftool.ssldb
.Qsync/
.parallel/
# PostgreSQL password file # PostgreSQL password file
.pgpass .pgpass
# stores credentials # stores credentials
.pig_history .pig_history
.pki .pki
.pentaho/
.psql_history .psql_history
.pulse
.puppet/ .puppet/
.pwm3 .pwm3
.PyCharm*/
.pylint*
.python*
.python-eggs/ .python-eggs/
.python_history .python_history
.qt
.qicon
.qnicon
# contains usernames and passwords # contains usernames and passwords
.rabbitmqadmin.conf .rabbitmqadmin.conf
.RData .RData
.recently-used
.recently-used.xbel
.rediscli_history
.Rhistory
.rnd .rnd
.rstudio-desktop/ .rstudio-desktop/
.rbenv/ .rbenv/
# 'rbenv local' $PWD version file
.ruby-version
.sbt/ .sbt/
.scala_history .scala_history
.sdkman/ .sdkman/
@ -202,27 +272,46 @@ tmp.*
.snowsql/ .snowsql/
# Snowflake password stored in plaintext in here # Snowflake password stored in plaintext in here
.snowsql/config .snowsql/config
.spark*
.spark_history .spark_history
.Spotlight-* .Spotlight-*
.spumux/
.sqlite_history .sqlite_history
.sqlline/history .sqlline/history
.ssh .ssh/
.ssh*
.subversion/ .subversion/
# stores creds # stores creds
.subversion/auth .subversion/auth
.svn .svn
.swatch_script.*
.TemporaryItems .TemporaryItems
.terraform.d/ .terraform.d/
.terragrunt
.themes
.thumbnails
.tilda/
.tmux/ .tmux/
.tomboy
.tomboy.log
.Trash
.Trashes
.travis/ .travis/
.vagrant .vagrant
.vagrant.d/ .vagrant.d/
.vboxclient*
.vim/ .vim/
.viminfo .viminfo
.vnc/ .vnc/
.wapi
.wget-hsts
.wine
.wireshark-etc/ .wireshark-etc/
.wireshark/ .wireshark/
.wmii*
.Xauthority .Xauthority
.xine
.xmms
.xsession-errors .xsession-errors
.zenmap-etc/pango/pangorc .zenmap-etc/pango/pangorc

Loading…
Cancel
Save