Skip to content

Instantly share code, notes, and snippets.

@rodnaxel
Last active June 14, 2018 13:10
Show Gist options
  • Save rodnaxel/9edcc274f972c32cfa1f1d7ccd337452 to your computer and use it in GitHub Desktop.
Save rodnaxel/9edcc274f972c32cfa1f1d7ccd337452 to your computer and use it in GitHub Desktop.
Example my test ignore
# Whitelist
!appsettings.json
!appsettings.ini
# Blacklist
# ...folders Pycharm, Visual Studio, Sublime
/.idea
/.ropeproject
/.vscode
*.sln
*.suo
*.code-workspace
*.sublime-project
*.sublime-workspace
#...builder and temporary files
/build
/__pycache__
*.bak
*.bat
*.txt
*.pyc
*.dat
*.json
*.ini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment