Created
July 15, 2015 19:12
-
-
Save penyaskito/806edfb01e3cbeaa7c92 to your computer and use it in GitHub Desktop.
Global gitignore file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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