Skip to content

Instantly share code, notes, and snippets.

@elizabethyalkut
Created July 11, 2019 20:04
Show Gist options
  • Select an option

  • Save elizabethyalkut/03baec2f100ea8121756be88c15a988b to your computer and use it in GitHub Desktop.

Select an option

Save elizabethyalkut/03baec2f100ea8121756be88c15a988b to your computer and use it in GitHub Desktop.
# OS generated files #
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
.cache
# Logs and databases #
*.log
*.sql
*.mysql.gz
*.mysql
# NPM modules #
/node_modules/
/node_modules/*
package-lock.json
npm-debug.log
# Kill various Drupal development modules so they don't get committed by accident #
stage_file_proxy/
devel_themer/
simplehtmldom/
# SASS files #
.sass-cache/
*.css.map
# Cache files for Sublime Text
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
# Workspace files are user-specific
*.sublime-workspace
# Project files should be checked into the repository, unless a significant
# proportion of contributors will probably not be using Sublime Text
# *.sublime-project
# SFTP configuration file
sftp-config.json
# Package control specific files (Subline Text)
Package Control.last-run
Package Control.ca-list
Package Control.ca-bundle
Package Control.system-ca-bundle
Package Control.cache/
Package Control.ca-certs/
Package Control.merged-ca-bundle
Package Control.user-ca-bundle
oscrypto-ca-bundle.crt
bh_unicode_properties.cache
# Ignore configuration files that may contain sensitive information.
sites/*/*settings*.php
# Ignore paths that contain generated content.
files/
sites/*/files
sites/*/private
sites/*/translations
# Ignore default text files in Drupal core
/CHANGELOG.txt
/COPYRIGHT.txt
/INSTALL*.txt
/LICENSE.txt
/MAINTAINERS.txt
/UPGRADE.txt
/README.txt
sites/README.txt
sites/all/libraries/README.txt
sites/all/modules/README.txt
sites/all/themes/README.txt
cron.php
install.php
update.php
# PHPStorm generated files
.idea
.idea/*
# Composer
/composer.phar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment