aboutsummaryrefslogtreecommitdiff
path: root/conf/gitignore
Commit message (Collapse)AuthorAge
* conf/gitignore: add Unreal Engine (#5623)Stephen Lane-Walsh2019-02-17
|
* conf/gitignore: add PhpStorm and WebStorm (#4974)Anton Kazarinov2018-03-06
|
* conf/gitignore: use correct OS name (#4240)Fastidious2017-03-04
| | | This is no more OSX, but macOS. Long live macOS!
* #1711 try to indicate sqlite session issue when mergeUnknwon2015-10-25
|
* complate list of gitignores and licensesUnknwon2015-08-28
|
* add newline at the end of file for each gitignoreRalph-Wang2015-08-19
|
* add more gitignoresUnknwon2015-07-09
|
* 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.
* API fixUnknown2014-04-21
|
* Add 2 more gitignoreUnknown2014-04-18
|
* add CR in C++ gitignoreskyblue2014-03-21
| | | | And try if I can commit.
* Add admin edit userUnknown2014-03-21
|
* Add postgres support, clean code, code reviewUnknown2014-03-17
|
* Fix delete SSH key in fileUnknown2014-03-16
|
* Add basic render of public actUnknown2014-03-15
|
* Add update user profile back end, add new gitignore and license, add ↵Unknown2014-03-13
| | | | template data to public profile page
* Finish create repoUnknown2014-03-11