ricknout / lens-launcher

A unique, efficient way to browse and launch your apps
https://experiments.withgoogle.com/lens-launcher
Apache License 2.0
213 stars 61 forks source link

Change .gitignore file #2

Closed crearo closed 8 years ago

crearo commented 8 years ago

I've been trying to merge new changes but the .idea/ (and some other auto generated files) are killing it for me! The following .gitignore would remove the unneeded files which are currently being tracked by git.

Replace the current .gitignore with this. https://gist.github.com/vtanathip/9414323

As far as I know, you might need to remove the currently unneeded tracked files once from your repo and from then onwards git won't track them.

ricknout commented 8 years ago

Hi @CreaRo,

Apologies, have been meaning to do this for a while! Done now.