sintonia/.gitignore

21 lines
268 B
Plaintext
Raw Normal View History

*.*~
2011-01-07 03:55:40 +01:00
*.pyc
vendor/*
composer.phar
*~$
*\.log.*
2015-01-28 21:09:30 +01:00
**/*.egg-info/*
**/build/*
**/dist/*
*~
/airtime_mvc/tests/test_results.xml
/tests/results.html
/tests/*.jar
2015-02-24 22:36:17 +01:00
VERSION
2017-03-02 16:45:34 +01:00
airtime_mvc/tests/log/*.log
2017-03-07 16:28:00 +01:00
.vagrant/
2018-09-16 13:55:27 +02:00
.DS_Store
.idea/
2020-05-23 02:49:41 +02:00
/docs/_site/*
2020-11-18 22:41:29 +01:00
/docs/.jekyll-cache/*
/docs/.gems/*