Created
February 19, 2015 07:55
-
-
Save fesor/e68f55d26a32527ffbd2 to your computer and use it in GitHub Desktop.
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
| # OS Spefific files | |
| [._]*.s[a-w][a-z] | |
| [._]s[a-w][a-z] | |
| *.un~ | |
| Session.vim | |
| .netrwhist | |
| *~ | |
| .DS_Store | |
| .AppleDouble | |
| .LSOverride | |
| Icon | |
| ._* | |
| .Spotlight-V100 | |
| .Trashes | |
| .AppleDB | |
| .AppleDesktop | |
| Network Trash Folder | |
| Temporary Items | |
| .apdisk | |
| # IDE and dev tools specific files | |
| .idea | |
| *.iml | |
| .vagrant | |
| node_modules | |
| # Symfony specific | |
| /vendor | |
| /var | |
| /app/config/parameters.yml | |
| /assets/vendor | |
| # Build artifacts | |
| /build/ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment