git - GitHub ignorefiles -


i using github more year, right cannot handle ignoring files.

i’m trying ignore files generated ide, , ignore .pyc files. keep appearing in changes. tried put:

experience/.idea experience/.idea/* 

take @ screenshot:

screenshot

there 2 parts this:

  1. be sure you're using right directory matching scheme, since want block directory. that, want change experience/.idea/** experience/.idea/.

  2. be sure git isn't tracking of files anymore removing them stage via git rm --cached <paths-to-ignore>.


Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -