Created
March 21, 2013 18:30
-
-
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).
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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