Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
crnd-public
Dev Documentation
Wiki
File templates
.gitignore
.gitignore
· Changes
Page history
Create File Templates / .gitignore
authored
Feb 27, 2020
by
Dmytro Katyukha
Hide whitespace changes
Inline
Side-by-side
File-Templates/.gitignore.md
0 → 100644
View page @
3f0a9248
Default template for
`.gitignore`
for odoo projects
```
.gitignore
*.py[cow]
*.sw[pno]
*.idea/
*~
.ropeproject/
.coverage
htmlcov
```
\ No newline at end of file