Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | conf/gitignore: add Unreal Engine (#5623) | Stephen Lane-Walsh | 2019-02-17 |
| | |||
* | conf/gitignore: add PhpStorm and WebStorm (#4974) | Anton Kazarinov | 2018-03-06 |
| | |||
* | conf/gitignore: use correct OS name (#4240) | Fastidious | 2017-03-04 |
| | | | This is no more OSX, but macOS. Long live macOS! | ||
* | #1711 try to indicate sqlite session issue when merge | Unknwon | 2015-10-25 |
| | |||
* | complate list of gitignores and licenses | Unknwon | 2015-08-28 |
| | |||
* | add newline at the end of file for each gitignore | Ralph-Wang | 2015-08-19 |
| | |||
* | add more gitignores | Unknwon | 2015-07-09 |
| | |||
* | Removed trailing white spaces | Tristan Storch | 2014-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. | ||
* | API fix | Unknown | 2014-04-21 |
| | |||
* | Add 2 more gitignore | Unknown | 2014-04-18 |
| | |||
* | add CR in C++ gitignore | skyblue | 2014-03-21 |
| | | | | And try if I can commit. | ||
* | Add admin edit user | Unknown | 2014-03-21 |
| | |||
* | Add postgres support, clean code, code review | Unknown | 2014-03-17 |
| | |||
* | Fix delete SSH key in file | Unknown | 2014-03-16 |
| | |||
* | Add basic render of public act | Unknown | 2014-03-15 |
| | |||
* | Add update user profile back end, add new gitignore and license, add ↵ | Unknown | 2014-03-13 |
| | | | | template data to public profile page | ||
* | Finish create repo | Unknown | 2014-03-11 |