25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
- # Ignore python bytecode:
- *.pyc
-
- # Ignore bot-specific config file:
- config.json
-
- # Ignore OS X's crud:
- *.DS_Store
-
- # Ignore pydev's nonsense:
- .project
- .pydevproject
- .settings/
|