Created
January 9, 2018 10:15
-
-
Save l4ci/ddd61be3f8edddcc6e5acc42448e4c29 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
| # User specific & automatically generated files | |
| /dist | |
| /composer.lock | |
| /phpunit.xml | |
| /phpcs.xml | |
| bower_components | |
| node_modules | |
| #kirby | |
| /site/accounts | |
| /assets/avatars | |
| /thumbs/* | |
| # IDE and editor specific files | |
| nbproject | |
| .idea | |
| .tmproj | |
| *.esproj | |
| *.sublime-project | |
| *.sublime-workspace | |
| .sass-cache | |
| .buildpath | |
| .project | |
| .settings | |
| # Always ignore extension | |
| *.diff | |
| *.err | |
| *.log | |
| *.orig | |
| *.rej | |
| *.swo | |
| *.mo | |
| *.swp | |
| *.vi | |
| *.zip | |
| *.lnk | |
| # OS generated files | |
| .DS_Store | |
| .DS_Store? | |
| .cache | |
| ._* | |
| .Spotlight-V100 | |
| .Trashes | |
| Icon? | |
| .fseventsd | |
| ehthumbs.db | |
| Thumbs.db | |
| Desktop.ini |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment