A curated list of awesome Django apps, projects and resources. Inspired by and based on awesome-python.
This file contains hidden or 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
| # run git config --global core.excludesfile ~/.gitignore_global | |
| .DS_Store | |
| ._.DS_Store | |
| **/.DS_Store | |
| **/._.DS_Store | |
| .vscode | |
| .idea | |
| Thumbs.db |
- Homebrew/terminal/bash
- OSX Productivity - Window Management/Quick Launcher/Hyperswitch
- OSX Settings - Dock/Finder
- Web Browser - Extensions - AdBlock, Privacy Badger, OneTab, JSONViewer, Stylus, Vue Devtools, React Devtools
- Node.js - nvm
- Code Editor - vs code
- Code Editor Extensions
- Break timer and Flux
Working with 2 separate repos to store your development and production code bases.
In your development repository directory:
Add a remote for the production repository:
git remote add production [email protected]:user/production.git