Skip to content

Instantly share code, notes, and snippets.

@donomans
Created March 21, 2013 18:30
Show Gist options
  • Save donomans/5215444 to your computer and use it in GitHub Desktop.
Save donomans/5215444 to your computer and use it in GitHub Desktop.
Good selection of ignored files for AppEngine deployments to reduce the amount of files uploaded by a lot, potentially (depending on how many bower packages and git clones you have done).
skip_files:
- ^(.*/)?app\.yaml
- ^(.*/)?app\.yml
- ^(.*/)?index\.yaml
- ^(.*/)?index\.yml
- ^(.*/)?#.*#
- ^(.*/)?.*~
- ^(.*/)?.*\.py[co]
- ^(.*/)?.*/RCS/.*
- ^(.*/)?\..*
- ^(.*/)?.*\.less$
- ^(.*/)?.*\.sass$
- ^(.*/)?.*\.md$
- ^(.*/)?.*\.conf$
- ^(.*/)?LICENSE
- ^(.*/)?CHANGES
- ^(.*/)?minify
- ^(.*/)?.*/docs/.*
- ^(.*/)?.*/test/.*
- ^(.*/)?.*/node_modules/.*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment