Details
Details
- Reviewers
• spI33n
Diff Detail
Diff Detail
- Lint
No Lint Coverage - Unit
No Test Coverage - Branch
- feature/csv2json
Event Timeline
Comment Actions
- .gitignore change looks good to me
- src/.testConvertCsvToJson.py.swp should be removed (git rm, git commit --amend)
Comment Actions
I'm not very enthusiast to start to add dozens of rules to cover each editor on the market in each repo.
To ask Git to ignore files:
- create a ~/.gitignore_global file to add these personal rules
- set this file in yout Git preferences: git config --global core.excludesfile ~/.gitignore_global
Comment Actions
Local editors rules should be added to a global list, set for the host with the Git core.excludesfile setting.