Skip to content

Commit

Permalink
Updates gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindb committed Mar 4, 2017
1 parent 60d9984 commit 20addc4
Showing 1 changed file with 40 additions and 4 deletions.
44 changes: 40 additions & 4 deletions .gitignore
@@ -1,15 +1,23 @@
#################
## Development Environment
#################

cache/
deploy.txt
.svn
prepros.cfg

# Node
node_modules

# SASS Cache
*.scssc
.settings
.project


#############
## OS generated files
#############

# Windows image file caches
Thumbs.db
ehthumbs.db
Expand Down Expand Up @@ -43,6 +51,7 @@ $RECYCLE.BIN/
#################
## Packages
#################

# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
Expand All @@ -58,11 +67,39 @@ $RECYCLE.BIN/
#################
## Logs and databases
#################

*.log
*.sql
*.sqlite


#################
## SublimeText
#################

# cache files for sublime text
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache

# workspace files are user-specific
*.sublime-workspace

# project files
*.sublime-project
# sftp configuration file
sftp-config.json


#################
## Dreamweaver
#################

_notes
*dwsync.xml
_includes/spry


#################
## Eclipse
#################
Expand All @@ -78,7 +115,7 @@ tmp/
*~.nib
local.properties
.classpath
.settings/
.settings
.loadpath

# External tool builders
Expand Down Expand Up @@ -259,4 +296,3 @@ pip-log.txt

#Mr Developer
.mr.developer.cfg
prepros.cfg

0 comments on commit 20addc4

Please sign in to comment.