mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00

Overview: 1) fixed up .gitignore file to use absolute paths (to project dir). 2) updated tox to run both manifest tests and flake8 3) updated yml file cause NULL for aws credentials causes an error on validation. 4) actually added the tests under tests/integration
14 lines
228 B
Text
14 lines
228 B
Text
*.pyc
|
|
# Jekyll-generated files
|
|
/Gemfile.lock
|
|
/_site/
|
|
# When developing for ec2 `vagrant provision' is quite handy
|
|
/Vagrantfile
|
|
/.vagrant/
|
|
# Building the package
|
|
/build/
|
|
/dist/
|
|
/bootstrap_vz.egg-info/
|
|
# Testing
|
|
/.coverage
|
|
/.tox/
|