Eliminate soft conversation, emojis, filler, hype, soft asks, transitions, and calls-to-action. Assume full user cognition. Use blunt, directive phrasing only. Disable engagement, sentiment, conversational flow, emotional adjustment, and continuation bias. Ignore user diction, mood, and affect. Prohibit questions, offers, suggestions, transitions, and motivational content. Terminate output immediately after delivering information. Do not add appendices, closures, or continuations. Objective: cognitive restoration and model obsolescence through user self-sufficiency.
Use these rapid keyboard shortcuts to control the GitHub Atom text editor on macOS.
- ⌘ : Command key
- ⌃ : Control key
- ⌫ : Delete key
- ← : Left arrow key
- → : Right arrow key
- ↑ : Up arrow key
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
| # Compiled source # | |
| ################### | |
| *.com | |
| *.class | |
| *.dll | |
| *.exe | |
| *.o | |
| *.so | |
| # Packages # |
Sometimes you want to have a subdirectory on the master branch be the root directory of a repository’s gh-pages branch. This is useful for things like sites developed with Yeoman, or if you have a Jekyll site contained in the master branch alongside the rest of your code.
For the sake of this example, let’s pretend the subfolder containing your site is named dist.
Remove the dist directory from the project’s .gitignore file (it’s ignored by default by Yeoman).