Skip to content

Commit

Permalink
- updated gitignore to ignore pycharm specific files
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaussin committed Jan 28, 2019
1 parent 6e4aba8 commit 7985979
Showing 1 changed file with 5 additions and 44 deletions.
49 changes: 5 additions & 44 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,45 +1,6 @@
# Temporary and binary files
*~
*.py[cod]
*.so
*.cfg
!setup.cfg
*.orig
*.log
*.pot
__pycache__/*
.cache/*
.*.swp
*/.ipynb_checkpoints/*
### PyCharm ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

# Project files
.ropeproject
.project
.pydevproject
.settings
.idea

# Package files
*.egg
*.eggs/
.installed.cfg
*.egg-info

# Unittest and coverage
htmlcov/*
.coverage
.tox
junit.xml
coverage.xml

# Build and docs folder/files
build/*
dist/*
sdist/*
docs/api/*
docs/_build/*
cover/*
MANIFEST


*.nc4
.idea/**
*.pyc

0 comments on commit 7985979

Please sign in to comment.