Skip to content

Commit

Permalink
Add GitIgnore
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscarrel committed Dec 16, 2020
1 parent 83829d6 commit d7a5cde
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Packages #
############
*.7z
*.dmg
*.gz
*.bz2
*.iso
*.jar
*.rar
*.tar
# *.zip
*.tgz
!wp-includes/**/*.gz

# Logs and databases #
######################
*.log
*.sql

# OS generated files #
######################
.DS_Store*
ehthumbs.db
Thumbs.db
._*

# Vim generated files #
######################
*.un~

# SASS #
##########
.sass-cache

# ignore build and node_modules folders #
node_modules/

0 comments on commit d7a5cde

Please sign in to comment.