Skip to content

Instantly share code, notes, and snippets.

View TrendingUpward83's full-sized avatar

Christina Sereday TrendingUpward83

  • Pittsburgh, PA
View GitHub Profile
@TrendingUpward83
TrendingUpward83 / .gitignore
Created January 12, 2024 19:30 — forked from redoPop/.gitignore
Template .gitignore file for WordPress projects
# This is a template .gitignore file for git-managed WordPress projects.
#
# Fact: you don't want WordPress core files, or your server-specific
# configuration files etc., in your project's repository. You just don't.
#
# Solution: stick this file up your repository root (which it assumes is
# also the WordPress root directory) and add exceptions for any plugins,
# themes, and other directories that should be under version control.
#
# See the comments below for more info on how to add exceptions for your
# Terminal Cheat Sheet
pwd # print working directory
ls # list files in directory
cd # change directory
~ # home directory
.. # up one directory
- # previous working directory
help # get help
-h # get help