Skip to content

Commit

Permalink
Merge pull request #20 from dxw/feature/gitignore
Browse files Browse the repository at this point in the history
Add gitignore rules for common files
  • Loading branch information
mallorydxw authored Aug 21, 2020
2 parents cbfb349 + 992e319 commit 4a42793
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,12 @@
/wp-content/whippet-wp-config.php
/wp-content/uploads
/wp-content/plugins/advanced-custom-fields-pro

# macOS
.DS_Store

# IDEs
.idea

# Other node package managers
package-lock.json

0 comments on commit 4a42793

Please sign in to comment.