# This file tells git what files to ignore when looking at our files. # Lines that start with '#' are comments. # # See https://help.github.com/articles/ignoring-files/ for more info. # ###################################################################### # Mac OS X makes these files to hold Finder window settings. # See https://en.wikipedia.org/wiki/.DS_Store for more info. .DS_Store # The popular text editor `vi` and its derivatives (like `vim`) make # files with this extension when auto-saving files being edited. *.swp ###################################################################### # The next set of file paths relate to developer documentation and are # automatically generated by running `phpdoc` from this folder. ###################################################################### # This is a personal documentation generator config file. You can use # this file to customize the way the project's documentation looks to # you. See http://phpdoc.org/docs/latest/references/configuration.html phpdoc.xml # The developer documentation itself is, by default, written to this # subfolder. Since it gets automatically generated, we don't want to # save it in the code repository itself. docs/