Devika Nair M commited on
Commit
caaf58e
1 Parent(s): 6167eaa

Create .slugignore

Browse files
Files changed (1) hide show
  1. .slugignore +11 -0
.slugignore ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # See https://devcenter.heroku.com/articles/slug-compiler for more about ignoring files with .slugignore.
2
+ #
3
+ # The .slugignore file contains filenames of the repository files that are not needed to run your application on heroku and causes files to be removed after you push code to Heroku and before the buildpack runs. This lets you prevent large files from being included in the final slug. Unlike .gitignore, .slugignore does not support negated ! patterns.
4
+ # Smaller slugs can be transferred to the dyno manager more quickly, allowing for more immediate scaling. You should try to keep your slugs as small and nimble as possible.
5
+ # The maximum allowed slug size (after compression) is 500 MB.
6
+
7
+ *.psd
8
+ *.pdf
9
+ *.ipynb
10
+ /test
11
+ /spec