Skip to content

Commit

Permalink
[12.0][IMP] add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
kittiu committed Aug 5, 2019
1 parent 5c525f6 commit 91211bb
Showing 1 changed file with 79 additions and 0 deletions.
79 changes: 79 additions & 0 deletions .gitignore
@@ -0,0 +1,79 @@
# Project specific
oca.cfg
.pytest_cache/
/.vscode

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# C extensions
*.so

# Distribution / packaging
.Python
env/
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
*.eggs

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.cache
nosetests.xml
coverage.xml

# Translations
*.mo
*.pot

# Pycharm
.idea

# Eclipse
.settings

# Visual Studio cache/options directory
.vs/

# OSX Files
.DS_Store

# Django stuff:
*.log

# Mr Developer
.mr.developer.cfg
.project
.pydevproject

# Rope
.ropeproject

# Sphinx documentation
docs/_build/

# Backup files
*~
*.swp

# OCA rules
!static/lib/

0 comments on commit 91211bb

Please sign in to comment.