summaryrefslogtreecommitdiffstats
path: root/conf/gitignore
Commit message (Collapse)AuthorAgeFilesLines
* complate list of gitignores and licensesUnknwon2015-08-28165-36/+2985
|
* add newline at the end of file for each gitignoreRalph-Wang2015-08-198-8/+8
|
* add more gitignoresUnknwon2015-07-096-0/+82
|
* Removed trailing white spacesTristan Storch2014-08-301-1/+1
| | | | | | | | | | 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.
* API fixUnknown2014-04-211-0/+23
|
* Add 2 more gitignoreUnknown2014-04-182-0/+19
|
* add CR in C++ gitignoreskyblue2014-03-211-1/+1
| | | | And try if I can commit.
* Add admin edit userUnknown2014-03-211-0/+13
|
* Add postgres support, clean code, code reviewUnknown2014-03-171-0/+108
|
* Fix delete SSH key in fileUnknown2014-03-161-0/+18
|
* Add basic render of public actUnknown2014-03-151-0/+36
|
* Add update user profile back end, add new gitignore and license, add ↵Unknown2014-03-131-0/+18
| | | | template data to public profile page
* Finish create repoUnknown2014-03-111-0/+22