Skip to content

Commit

Permalink
Add gitignore rules for common files
Browse files Browse the repository at this point in the history
  • Loading branch information
mallorydxw committed Aug 21, 2020
1 parent 13c2d9a commit 992e319
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 992e319

Please sign in to comment.