Déplacer le curseur
H : en haut de l’écran
M : au milieu de l’écran
L : en bas de l’écran
| version: '3.5' | |
| services: | |
| app: | |
| build: . | |
| volumes: | |
| - '.:/app' | |
| ports: | |
| - '3000:80' | |
| environment: |
| @-moz-document domain("djangoproject.com") { | |
| /* Fork or comment on: https://gist.github.com/batisteo/4f4c1552ba18ffa51a4b8bfb527c9673 */ | |
| /* License: http://www.wtfpl.net/txt/copying */ | |
| body, | |
| [role="main"], | |
| .mdzr-boxshadow.container.sidebar-right { | |
| background: #222 !important; | |
| } |
| import Promise from 'promise-polyfill'; | |
| window.Promise = window.Promise || Promise; | |
| import axios from 'axios'; | |
| import qs from 'qs'; | |
| const DJANGO_DEFAULTS = { | |
| xsrfCookieName: 'csrftoken', | |
| xsrfHeaderName: 'X-CSRFToken', | |
| headers: { |
Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |