Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Untrack ignored files #165

Open
wants to merge 38 commits into
base: master
Choose a base branch
from
Open

Untrack ignored files #165

wants to merge 38 commits into from

Commits on Aug 19, 2015

  1. Configuration menu
    Copy the full SHA
    f77a3da View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2015

  1. Ignore OS, Editor and Program files and dirs

    Ignore OS, Editor and Program specific files and directories.
    
    close #149
    
    Ignore OSes
    - windows
    - linux
    - osx
    
    Ignore Editors
    - webstorm
    - komodoedit
    - eclipse
    - emacs
    - slickedit
    - notepadpp
    - netbeans
    - kate
    - cloud9
    - anjuta
    - dreamweaver
    - textmate
    - espresso
    - visualstudio
    - visualstudiocode
    - vim
    - sublimetext
    
    Ignore Programs
    - vagrant
    - tortoisegit
    - node
    
    GitIgnore.io API URL:
    https://www.gitignore.io/api/windows,linux,osx,webstorm,komodoedit,eclipse,emacs,slickedit,notepadpp,netbeans,kate,cloud9,anjuta,dreamweaver,textmate,espresso,visualstudio,visualstudiocode,vim,sublimetext,vagrant,tortoisegit,node
    abhisekp committed Aug 20, 2015
    Configuration menu
    Copy the full SHA
    fa03118 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cc4356 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2015

  1. Fix gitignore files

    close #149 and close #159
    abhisekp committed Aug 21, 2015
    Configuration menu
    Copy the full SHA
    d69f3b7 View commit details
    Browse the repository at this point in the history
  2. Delete unwanted or auto-generated files

    close #164
    abhisekp committed Aug 21, 2015
    Configuration menu
    Copy the full SHA
    059f0dc View commit details
    Browse the repository at this point in the history
  3. Add .gitkeep files to keep empty directory

    - Remove README.md files used for keeping directory
    
    close #164
    abhisekp committed Aug 21, 2015
    Configuration menu
    Copy the full SHA
    dfcd00c View commit details
    Browse the repository at this point in the history
  4. .gitkeep directory

    abhisekp committed Aug 21, 2015
    Configuration menu
    Copy the full SHA
    9e11212 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41a0260 View commit details
    Browse the repository at this point in the history
  6. Add data/wiki/ directory

    abhisekp committed Aug 21, 2015
    Configuration menu
    Copy the full SHA
    25d3463 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    900d845 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2015

  1. Configuration menu
    Copy the full SHA
    0769bd8 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2015

  1. Add .jsbeautifyrc file

    abhisekp committed Aug 25, 2015
    Configuration menu
    Copy the full SHA
    87fa16b View commit details
    Browse the repository at this point in the history
  2. Format source code

    abhisekp committed Aug 25, 2015
    Configuration menu
    Copy the full SHA
    f56d750 View commit details
    Browse the repository at this point in the history
  3. Fix linting error

    - Add semicolons at end of statements
    abhisekp committed Aug 25, 2015
    Configuration menu
    Copy the full SHA
    4990c7d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c0c315 View commit details
    Browse the repository at this point in the history
  5. Add FCC City Rooms and close #148

    abhisekp committed Aug 25, 2015
    Configuration menu
    Copy the full SHA
    49baa9e View commit details
    Browse the repository at this point in the history
  6. End with newline

    abhisekp committed Aug 25, 2015
    Configuration menu
    Copy the full SHA
    bca3562 View commit details
    Browse the repository at this point in the history
  7. Mark not to end in newline

    abhisekp committed Aug 25, 2015
    Configuration menu
    Copy the full SHA
    c3d46b5 View commit details
    Browse the repository at this point in the history
  8. contrib info

    dcsan authored and abhisekp committed Aug 25, 2015
    Configuration menu
    Copy the full SHA
    9df9565 View commit details
    Browse the repository at this point in the history
  9. Remove 'whoami' command.

    dting authored and abhisekp committed Aug 25, 2015
    Configuration menu
    Copy the full SHA
    e5356cb View commit details
    Browse the repository at this point in the history
  10. Correctly warn for mentionless thanks.

    Closes #151.
    dting authored and abhisekp committed Aug 25, 2015
    Configuration menu
    Copy the full SHA
    a883e8a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4b7fb55 View commit details
    Browse the repository at this point in the history
  12. Add GET: /status route for watchdog

    SaintPeter authored and abhisekp committed Aug 25, 2015
    Configuration menu
    Copy the full SHA
    326f47e View commit details
    Browse the repository at this point in the history
  13. Ignore OS, Editor and Program files and dirs

    Ignore OS, Editor and Program specific files and directories.
    
    close #149
    
    Ignore OSes
    - windows
    - linux
    - osx
    
    Ignore Editors
    - webstorm
    - komodoedit
    - eclipse
    - emacs
    - slickedit
    - notepadpp
    - netbeans
    - kate
    - cloud9
    - anjuta
    - dreamweaver
    - textmate
    - espresso
    - visualstudio
    - visualstudiocode
    - vim
    - sublimetext
    
    Ignore Programs
    - vagrant
    - tortoisegit
    - node
    
    GitIgnore.io API URL:
    https://www.gitignore.io/api/windows,linux,osx,webstorm,komodoedit,eclipse,emacs,slickedit,notepadpp,netbeans,kate,cloud9,anjuta,dreamweaver,textmate,espresso,visualstudio,visualstudiocode,vim,sublimetext,vagrant,tortoisegit,node
    abhisekp committed Aug 25, 2015
    Configuration menu
    Copy the full SHA
    4e619af View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    df7effa View commit details
    Browse the repository at this point in the history
  15. Fix gitignore files

    close #149 and close #159
    abhisekp committed Aug 25, 2015
    Configuration menu
    Copy the full SHA
    8b1adeb View commit details
    Browse the repository at this point in the history
  16. Delete unwanted or auto-generated files

    close #164
    abhisekp committed Aug 25, 2015
    Configuration menu
    Copy the full SHA
    133c471 View commit details
    Browse the repository at this point in the history
  17. Add .gitkeep files to keep empty directory

    - Remove README.md files used for keeping directory
    
    close #164
    abhisekp committed Aug 25, 2015
    Configuration menu
    Copy the full SHA
    71995b2 View commit details
    Browse the repository at this point in the history
  18. .gitkeep directory

    abhisekp committed Aug 25, 2015
    Configuration menu
    Copy the full SHA
    c52cb5f View commit details
    Browse the repository at this point in the history
  19. Add data/wiki/ directory

    abhisekp committed Aug 25, 2015
    Configuration menu
    Copy the full SHA
    64ba18f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6d2877f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    99cc77d View commit details
    Browse the repository at this point in the history
  22. Fix missing semicolons

    abhisekp committed Aug 25, 2015
    Configuration menu
    Copy the full SHA
    928f71e View commit details
    Browse the repository at this point in the history
  23. Remove comma

    abhisekp committed Aug 25, 2015
    Configuration menu
    Copy the full SHA
    81049ae View commit details
    Browse the repository at this point in the history
  24. Fix spacing

    abhisekp committed Aug 25, 2015
    Configuration menu
    Copy the full SHA
    33cad43 View commit details
    Browse the repository at this point in the history
  25. Add semicolons

    abhisekp committed Aug 25, 2015
    Configuration menu
    Copy the full SHA
    a930570 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2015

  1. Append chat room channel name

    - Append chat room channel names to chat room name
    abhisekp committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    28d12b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df81c7f View commit details
    Browse the repository at this point in the history