Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Keller committed Jan 2, 2015
0 parents commit ec67e7f
Showing 1 changed file with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions .gitignore_global
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# COMMERCIAL PROGRESSION LLC - THE DRUPAL EXPERTS
# Web: http://www.commercialprogression.com
# Phone: 734.393.4696
#
# GIT IGNORE GLOBALS
# UPDATED 2013JAN22
#
# For this file to have effect you must run:
# git config --global core.excludesfile ~/.gitignore_global

# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so

# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip

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

# OS generated files #
######################
.DS_Store?
ehthumbs.db
Icon?
Thumbs.db

# Drupal related files #
########################
sites/*/settings*.php
sites/*/files
sites/*/private
/.htaccess
/robots.txt

# Development related files #
#################################
nbproject
.svn
*.komodoproject
*.sass-cache
.vagrant
.idea

0 comments on commit ec67e7f

Please sign in to comment.