Devika Nair M commited on
Commit
dad9fb0
1 Parent(s): f7c4614

Delete .slugignore

Browse files
Files changed (1) hide show
  1. .slugignore +0 -11
.slugignore DELETED
@@ -1,11 +0,0 @@
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