Skip to content

Instantly share code, notes, and snippets.

@penyaskito
Created July 15, 2015 19:12
Show Gist options
  • Select an option

  • Save penyaskito/806edfb01e3cbeaa7c92 to your computer and use it in GitHub Desktop.

Select an option

Save penyaskito/806edfb01e3cbeaa7c92 to your computer and use it in GitHub Desktop.
Global gitignore file
# Patch/diff artifacts.
*.orig
*.rej
*interdiff*.txt
*.patch
# emacs artifacts.
*~
\#*\#
# VI swap file
*.swp
# Hidden files.
.DS*
.project
# Windows links.
*.lnk
# Temporary files.
tmp*
# Excludes for installed Drupal site
sites/default/files/
sites/default/settings.php
# Exclude PHPStorm project directory
.idea
# Exclude Netbeans project directory
nbproject
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment