aboutsummaryrefslogtreecommitdiff
path: root/conf/gitignore/C Sharp
Commit message (Collapse)AuthorAge
* add newline at the end of file for each gitignoreRalph-Wang2015-08-19
|
* Removed trailing white spacesTristan Storch2014-08-30
| | | | | | | | | | Removed trailing whitespaces with ```sh for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done ``` and some handwork.
* Add postgres support, clean code, code reviewUnknown2014-03-17